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
+1 -1
View File
@@ -128,7 +128,7 @@ done
if ((${#missing[@]} > 0)); then
echo "Missing required environment variables in $ENV_FILE:" >&2
printf ' - %s\n' "${missing[@]}" >&2
echo "Copy .env.prod.example to ~/Documents/secrets/<slug>_site/<slug>_site_${DJANGO_ENV}.env and set values." >&2
echo "Copy .env.prod.example to ~/Documents/secrets/<slug>/<slug>_${DJANGO_ENV}.env and set values." >&2
exit 1
fi