@smi-digital/create-smi-app 2.7.3 → 2.7.4
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
|
@@ -14,10 +14,11 @@ jobs:
|
|
|
14
14
|
backend_domain: __BACKEND_DOMAIN__
|
|
15
15
|
app_name: __APP_NAME__
|
|
16
16
|
secrets:
|
|
17
|
-
#
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
# Per-repo secrets (Settings → Secrets and variables → Actions).
|
|
18
|
+
# WEBSERVER_SSH_KEY and ZOT_PASSWORD are shared across all projects;
|
|
19
|
+
# VAULT_PASSWORD is unique to this repo (matches its .vault-password).
|
|
20
|
+
# Shared infra (web server IP/user, Zot username) is set once as defaults
|
|
21
|
+
# in the cd-library workflow — no need to configure it here.
|
|
22
|
+
WEBSERVER_SSH_KEY: ${{ secrets.WEBSERVER_SSH_KEY }}
|
|
21
23
|
VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}
|
|
22
|
-
ZOT_USERNAME: ${{ secrets.ZOT_USERNAME }}
|
|
23
24
|
ZOT_PASSWORD: ${{ secrets.ZOT_PASSWORD }}
|