Remove default project switch in deploy.sh

This commit is contained in:
Derek Smith 2023-04-02 09:25:33 -04:00
parent 0c28ca4102
commit ec04b8e274
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

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