Skip to content

Commit 78c11cd

Browse files
feat(github-cd-demo): update stage
1 parent 5872c03 commit 78c11cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
Deploy_frontend:
3737
runs-on: ubuntu-latest
3838
env:
39+
STAGE: mathis-demo
3940
AWS_DEFAULT_REGION: us-west-2
4041
steps:
4142
- uses: actions/checkout@v4
@@ -50,3 +51,5 @@ jobs:
5051
role-to-assume: arn:aws:iam::576872909007:role/trackflix-live-oidc-mathis-Role-Mjk10LZ9m8X9
5152
- run: npm ci
5253
- run: npx nx run webui:upload
54+
55+
# feat(github-cd-demo): update permissions

0 commit comments

Comments
 (0)