Skip to content

Commit 77d9cc3

Browse files
committed
ci: use APP_ENV
1 parent 51efaa1 commit 77d9cc3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/azure-deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
build-args: |
7272
PORT=${{ env.PORT }}
7373
HOST=0.0.0.0
74-
ENV=${{ inputs.environment }}
74+
APP_ENV=${{ inputs.environment }}
7575
7676
- name: get acr creds (masked)
7777
id: acr

.github/workflows/azure-deploy-themebuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
build-args: |
7272
PORT=${{ env.PORT }}
7373
HOST=0.0.0.0
74-
ENV=${{ inputs.environment }}
74+
APP_ENV=${{ inputs.environment }}
7575
7676
- name: get acr creds (masked)
7777
id: acr

.github/workflows/azure-deploy-www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
build-args: |
7272
PORT=${{ env.PORT }}
7373
HOST=0.0.0.0
74-
ENV=${{ inputs.environment }}
74+
APP_ENV=${{ inputs.environment }}
7575
7676
- name: get acr creds (masked)
7777
id: acr

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PORT
22
ARG HOST
3-
ARG ENV
3+
ARG APP_ENV
44

55
FROM node:22-slim AS base
66
ENV PNPM_HOME="/pnpm"

0 commit comments

Comments
 (0)