Skip to content

Commit 08d81cd

Browse files
authored
Fix: deployment environment name (#159)
2 parents cf41a86 + 0db866d commit 08d81cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787
sudo mv ./.tools/copilot /usr/local/bin/copilot
8888
8989
- name: Deploy web Service
90-
run: copilot deploy --name web --env ${{ github.environment }}
90+
run: copilot deploy --name web --env ${{ vars.ENVIRONMENT_NAME }}
9191
working-directory: ./infra
9292

9393
- name: Deploy streamlit Service
94-
run: copilot deploy --name streamlit --env ${{ github.environment }}
94+
run: copilot deploy --name streamlit --env ${{ vars.ENVIRONMENT_NAME }}
9595
working-directory: ./infra
9696

9797
release:

0 commit comments

Comments
 (0)