add nginx and cert subcommands to service.sh

This commit is contained in:
2026-04-07 20:59:58 -04:00
parent 0656d245d5
commit 54d6c03bd1
6 changed files with 138 additions and 13 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ parses it to determine the action:
- `deploy-<app>` — deploy a specific app
- `deploy-nginx` — deploy nginx (fails if certs are missing)
- `cert-<domain>` — issue a cert only (via `certbot --webroot`, zero downtime)
- `cert-<domain>` — issue a cert only (via `certbot --webroot`, zero downtime; subdomains like `garage.hantim.net` skip the `www.` variant)
- `provision` — run `configure.sh`
## SSL certificate handling