We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b96363 commit 2fe2bceCopy full SHA for 2fe2bce
1 file changed
.github/workflows/deploy-to-dev-demo.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Build release distributions
29
env:
30
ARTIFACT_BUCKET_NAME: ${{ secrets.ARTEFACT_BUCKET_NAME_DEMO }}
31
+ lowercase_environment: dev
32
run: scripts/build-and-deploy-etl.sh ${{ inputs.environment }} remote
33
34
deploy-main-application:
0 commit comments