Skip to content

Commit 6935d31

Browse files
committed
Revert "Add debug output to rsync step"
This reverts commit 82b32ea.
1 parent a1f4276 commit 6935d31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/deploy

-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ printf "[3/5] Notifying application monitors...\n"
103103
-F local_username="$(id -nu ${UID})"
104104

105105
printf "[4/5] Syncing project to target...\n"
106-
set -x
107106
pushd "${SOURCE_DIRECTORY}" >/dev/null
108107
OIFS=$IFS; IFS=,
109108
for host in ${TARGET_HOST}; do
@@ -114,7 +113,6 @@ for host in ${TARGET_HOST}; do
114113
done
115114
IFS=$OIFS
116115
popd >/dev/null
117-
set +x
118116

119117
printf "[5/5] Post-deploy clean up...\n"
120118
rm ${SOURCE_DIRECTORY}/etc/.rsync-version

0 commit comments

Comments
 (0)