C1: deploy adelaide-baby-shower-app to ringtail k3s #349
1 changed files with 1 additions and 0 deletions
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>
commit
3fa608cb08
|
|
@ -23,6 +23,7 @@ echo "IPs allocated"
|
||||||
fly certs add docs.eblu.me -a "$APP" 2>/dev/null || true
|
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 cv.eblu.me -a "$APP" 2>/dev/null || true
|
||||||
fly certs add forge.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 "Certificates configured"
|
||||||
|
|
||||||
echo "Done. Run 'mise run fly-deploy' to deploy."
|
echo "Done. Run 'mise run fly-deploy' to deploy."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue