aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/deploy.sh')
-rwxr-xr-xscripts/ci/deploy.sh5
1 files changed, 0 insertions, 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