C1: add shower.eblu.me to fly-setup cert list

Lets a re-run of `mise run fly-setup` (e.g. after a fly-app rebuild or
when bootstrapping fresh) re-issue the cert without remembering the
ad-hoc `fly certs add` we did during this deployment.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-11 09:23:10 -07:00
commit 3fa608cb08

View file

@ -23,6 +23,7 @@ echo "IPs allocated"
fly certs add docs.eblu.me -a "$APP" 2>/dev/null || true
fly certs add cv.eblu.me -a "$APP" 2>/dev/null || true
fly certs add forge.eblu.me -a "$APP" 2>/dev/null || true
fly certs add shower.eblu.me -a "$APP" 2>/dev/null || true
echo "Certificates configured"
echo "Done. Run 'mise run fly-deploy' to deploy."