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 82b32ea commit a1f4276Copy full SHA for a1f4276
bin/deploy
@@ -110,7 +110,7 @@ for host in ${TARGET_HOST}; do
110
rsync -avzc --delete --delete-excluded --delete-after --progress \
111
--exclude-from="./etc/deploy-ignore.txt" \
112
--chown=jenkins:www-data \
113
- "./" ${TARGET_HOST}:"${TARGET_DIRECTORY}"
+ "./" ${host}:"${TARGET_DIRECTORY}"
114
done
115
IFS=$OIFS
116
popd >/dev/null
0 commit comments