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 557139a commit 82b32eaCopy full SHA for 82b32ea
bin/deploy
@@ -103,6 +103,7 @@ printf "[3/5] Notifying application monitors...\n"
103
-F local_username="$(id -nu ${UID})"
104
105
printf "[4/5] Syncing project to target...\n"
106
+set -x
107
pushd "${SOURCE_DIRECTORY}" >/dev/null
108
OIFS=$IFS; IFS=,
109
for host in ${TARGET_HOST}; do
@@ -113,6 +114,7 @@ for host in ${TARGET_HOST}; do
113
114
done
115
IFS=$OIFS
116
popd >/dev/null
117
+set +x
118
119
printf "[5/5] Post-deploy clean up...\n"
120
rm ${SOURCE_DIRECTORY}/etc/.rsync-version
0 commit comments