You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`NUXT_PUBLIC_OIDC_CLIENT_ID`| OIDC client ID |`cupcake-client`|
70
70
71
71
`NUXT_PUBLIC_OIDC_AUTHORITY` and `NUXT_PUBLIC_OIDC_CLIENT_ID` must match the `OIDC_WELL_KNOWN_URL` and `OIDC_EXPECTED_AZP` values configured on the backend.
72
72
@@ -94,8 +94,8 @@ The image uses a multi-stage build (Node build stage, slim runtime stage) and se
94
94
95
95
## CI/CD
96
96
97
-
| Trigger | Workflow | What it does |
98
-
|---|---|---|
99
-
| Push to `main`|`build.yaml`| Builds and pushes multi-platform Docker image, tags as `staging`|
100
-
| Pull request |`pr.yaml`| Runs `pnpm lint` and `pnpm build`|
101
-
| Tag `v*`|`release.yaml`| Promotes `staging` image to `release` and version tag |
0 commit comments