We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf41a86 + 0db866d commit 08d81cdCopy full SHA for 08d81cd
.github/workflows/deploy.yml
@@ -87,11 +87,11 @@ jobs:
87
sudo mv ./.tools/copilot /usr/local/bin/copilot
88
89
- name: Deploy web Service
90
- run: copilot deploy --name web --env ${{ github.environment }}
+ run: copilot deploy --name web --env ${{ vars.ENVIRONMENT_NAME }}
91
working-directory: ./infra
92
93
- name: Deploy streamlit Service
94
- run: copilot deploy --name streamlit --env ${{ github.environment }}
+ run: copilot deploy --name streamlit --env ${{ vars.ENVIRONMENT_NAME }}
95
96
97
release:
0 commit comments