@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smi-digital/create-smi-app",
3
- "version": "2.7.3",
3
+ "version": "2.7.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -14,10 +14,11 @@ jobs:
14
14
  backend_domain: __BACKEND_DOMAIN__
15
15
  app_name: __APP_NAME__
16
16
  secrets:
17
- # These secrets must be configured at the Organization or Repository level:
18
- SERVER_SSH_KEY: ${{ secrets.SERVER_SSH_KEY }}
19
- SERVER_IP: ${{ secrets.SERVER_IP }}
20
- SERVER_DEPLOY_USER: ${{ secrets.SERVER_DEPLOY_USER }}
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 }}