Wire template CI/deploy to master and the app_catalog slug.

Bootstrap rewrites --app client_site to the catalog key (print_forge, etc). CI was still on main, so cloned clients would never hit server-infra.
This commit is contained in:
2026-09-06 20:31:41 -05:00
parent 0860457ce2
commit 7bd68dc3a1
5 changed files with 10 additions and 6 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ cp .env.prod.example ~/Documents/secrets/acme_site/acme_site_prod.env
# Flip only purchased FEATURE_* flags. Fill provider secrets.
./scripts/validate-env.sh ~/Documents/secrets/acme_site/acme_site_prod.env
# 5. Infra: Postgres on 10.0.0.230, server-infra app_catalog, NPM, CI.
# 5. Infra: add `<slug>` to server-infra app_catalog (same key CI uses as
# `--app` after bootstrap, e.g. print_forge). Postgres on 10.0.0.230, NPM.
# Secrets: ~/Documents/secrets/<slug>/<slug>_{prod,beta}.env
# 6. Deploy. Create a portal user (createsuperuser).
```