From 160f976463ce535bcf156179012e4e9d976cf0a1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 11 Jun 2019 11:57:54 -0300 Subject: Remove duplicated dangling shutdown code --- scripts/ci/deploy.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index d4eccd0..8d514ba 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -51,11 +51,6 @@ envsubst < ./scripts/box/create-backup.env.sh > ./generated/create-backup.sh envsubst < ./scripts/box/restore-backup.env.sh > ./generated/restore-backup.sh echo "Done." -echo "Shutting down running containers and backing up data..." -create-known-hosts-file -ssh "$TLD" /home/vps/create-backup.sh > ./logs/borg-create.txt 2>&1 -echo "Done." - echo "Running the Ansible shutdown.yaml playbook..." create-known-hosts-file ansible-playbook -v shutdown.yaml > ./logs/ansible-shutdown.txt -- cgit v1.2.3