We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f4276 commit 6935d31Copy full SHA for 6935d31
1 file changed
bin/deploy
@@ -103,7 +103,6 @@ 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
@@ -114,7 +113,6 @@ for host in ${TARGET_HOST}; do
114
113
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