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