From ec04b8e27407f963fdbad130a5e369e0bbd9576a Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 2 Apr 2023 09:25:33 -0400 Subject: [PATCH] Remove default project switch in deploy.sh --- deploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 18d8988..ce0f564 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,12 +35,6 @@ if lxc remote get-default | grep -q "production"; then fi -# switch to the defult project. We will switch to something more specific later. -if ! lxc info | grep "project:" | grep -q default; then - lxc project switch default -fi - -DOMAIN_NAME= RUN_CERT_RENEWAL=true SKIP_WWW=false RESTORE_WWW=false