@smi-digital/create-smi-app 2.7.6 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -13,6 +13,9 @@ jobs:
|
|
|
13
13
|
project_domain: __PROJECT_DOMAIN__
|
|
14
14
|
backend_domain: __BACKEND_DOMAIN__
|
|
15
15
|
app_name: __APP_NAME__
|
|
16
|
+
# Optional: 301-redirect extra domains to project_domain (space-separated).
|
|
17
|
+
# Each must have DNS pointing at the server so Traefik can issue its cert.
|
|
18
|
+
# redirect_domains: "old-domain.com www.old-domain.com"
|
|
16
19
|
secrets:
|
|
17
20
|
# Per-repo secrets (Settings → Secrets and variables → Actions).
|
|
18
21
|
# WEBSERVER_SSH_KEY and ZOT_PASSWORD are shared across all projects;
|