We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11b68c commit 768960bCopy full SHA for 768960b
deploy.sh
@@ -3,4 +3,5 @@ set -eu
3
4
govuk_node_list -c jumpbox | while read server; do
5
rsync -av --delete --exclude='.git' "$(pwd)/" "deploy@${server}":/usr/local/share/govuk-fabric/
6
-done
+done
7
+logger -p INFO -t jenkins "DEPLOYMENT: ${JOB_NAME} ${BUILD_NUMBER} (${BUILD_URL})"
0 commit comments