C1: deploy adelaide-baby-shower-app to ringtail k3s #349

Merged
eblume merged 20 commits from shower-app-deploy into main 2026-05-11 13:47:20 -07:00
Showing only changes of commit 3fa608cb08 - Show all commits

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>
Erich Blume 2026-05-11 09:23:10 -07:00

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."