From 6935d3182c483003be89b1b5786525647476e579 Mon Sep 17 00:00:00 2001 From: Carl Bennett Date: Sat, 28 Jan 2017 06:42:26 +0000 Subject: [PATCH] Revert "Add debug output to rsync step" This reverts commit 82b32ea790a08c581f3bd4e174852582f2766dc8. --- bin/deploy | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/deploy b/bin/deploy index 76905bd1..3d28d22e 100755 --- a/bin/deploy +++ b/bin/deploy @@ -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 @@ -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