Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 authored Jan 27, 2021
1 parent c245dcb commit 88a7db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
}
}
steps {
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -i /var/lib/jenkins/.ssh/id_rsa" --progress ./ oitc@172.16.101.32:/var/www/openitcockpit_io/api'
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -i /var/lib/jenkins/.ssh/id_rsa" --progress ./ oitc@srvitnweb05.master.dns:/var/www/openitcockpit.io/api'
}
}
}
Expand Down

0 comments on commit 88a7db3

Please sign in to comment.