1
1
Fork 1

Updates reset.sh

This commit is contained in:
Derek Smith 2022-08-19 17:50:41 -04:00
parent f3825c6f27
commit 968b39df79
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
1 changed files with 7 additions and 4 deletions

View File

@ -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"