Remove default project switch in deploy.sh
This commit is contained in:
parent
0c28ca4102
commit
ec04b8e274
@ -35,12 +35,6 @@ if lxc remote get-default | grep -q "production"; then
|
|||||||
|
|
||||||
fi
|
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
|
RUN_CERT_RENEWAL=true
|
||||||
SKIP_WWW=false
|
SKIP_WWW=false
|
||||||
RESTORE_WWW=false
|
RESTORE_WWW=false
|
||||||
|
Loading…
Reference in New Issue
Block a user