From 968b39df792b725bf094557a6b00698a81f022ec Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Fri, 19 Aug 2022 17:50:41 -0400 Subject: [PATCH] Updates reset.sh --- reset.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/reset.sh b/reset.sh index b6f4a5c..87ee6b0 100755 --- a/reset.sh +++ b/reset.sh @@ -2,14 +2,17 @@ set -x -CLUSTER_NAME="production-primary" -SSH_ENDPOINT="atlantis" -DOMAIN_NAME="ancapistan.io" -export LXD_VM_NAME="${DOMAIN_NAME//./-}" +CLUSTER_NAME="" +SSH_ENDPOINT_HOSTNAME="" +SSH_ENDPOINT_DOMAIN_NAME="" +TEST_DOMAIN="" + +export LXD_VM_NAME="${TEST_DOMAIN//./-}" lxc delete --force www-"$LXD_VM_NAME" lxc delete --force btcpay-"$LXD_VM_NAME" lxc delete --force sovereign-stack +lxc delete --force sovereign-stack-base lxc profile delete www-"$LXD_VM_NAME" lxc profile delete btcpay-"$LXD_VM_NAME"