Skip to content

Commit 82b32ea

Browse files
committed
Add debug output to rsync step
1 parent 557139a commit 82b32ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/deploy

+2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ 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
106107
pushd "${SOURCE_DIRECTORY}" >/dev/null
107108
OIFS=$IFS; IFS=,
108109
for host in ${TARGET_HOST}; do
@@ -113,6 +114,7 @@ for host in ${TARGET_HOST}; do
113114
done
114115
IFS=$OIFS
115116
popd >/dev/null
117+
set +x
116118

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

0 commit comments

Comments
 (0)