diff --git a/deploy.sh b/deploy.sh index 511f044..3f1ade9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -64,14 +64,11 @@ for i in "$@"; do --restore-www) RESTORE_WWW=true RESTORE_CERTS=true - BACKUP_APPS=false - RUN_CERT_RENEWAL=false - RESTART_FRONT_END=true + shift ;; --restore-btcpay) RESTORE_BTCPAY=true - BACKUP_BTCPAY=false shift ;; --backup-www) @@ -104,8 +101,8 @@ for i in "$@"; do SKIP_BTCPAY=true shift ;; - --no-cert-renew) - RUN_CERT_RENEWAL=false + --cert-renew) + RUN_CERT_RENEWAL=true shift ;; -y)