From d61067b52725874ccee43bfb9194034be944ab44 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Aug 2020 19:05:57 -0300 Subject: Rename DESTROY_VOLUME -> DESTROY_VPS --- scripts/ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci/deploy.sh') diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 0383911..08cfd9c 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -65,7 +65,7 @@ terraform --version terraform init echo "Done." -if [[ "${DESTROY_VOLUME:-}" != "" ]]; then +if [[ "${DESTROY_VPS:-}" != "" ]]; then echo "Destroying existing infrastructure..." terraform destroy -input=false -auto-approve > ./logs/terraform-destroy.txt 2>&1 else -- cgit v1.2.3