Skip to content

Commit a1f4276

Browse files
committed
Use correct host variable when deploying
1 parent 82b32ea commit a1f4276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ for host in ${TARGET_HOST}; do
110110
rsync -avzc --delete --delete-excluded --delete-after --progress \
111111
--exclude-from="./etc/deploy-ignore.txt" \
112112
--chown=jenkins:www-data \
113-
"./" ${TARGET_HOST}:"${TARGET_DIRECTORY}"
113+
"./" ${host}:"${TARGET_DIRECTORY}"
114114
done
115115
IFS=$OIFS
116116
popd >/dev/null

0 commit comments

Comments
 (0)