Template
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:
@@ -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).
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user