Skip to content

Commit

Permalink
Revert "Add debug output to rsync step"
Browse files Browse the repository at this point in the history
This reverts commit 82b32ea.
  • Loading branch information
carlbennett committed Jan 28, 2017
1 parent a1f4276 commit 6935d31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ printf "[3/5] Notifying application monitors...\n"
-F local_username="$(id -nu ${UID})"

printf "[4/5] Syncing project to target...\n"
set -x
pushd "${SOURCE_DIRECTORY}" >/dev/null
OIFS=$IFS; IFS=,
for host in ${TARGET_HOST}; do
Expand All @@ -114,7 +113,6 @@ for host in ${TARGET_HOST}; do
done
IFS=$OIFS
popd >/dev/null
set +x

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

0 comments on commit 6935d31

Please sign in to comment.