Skip to content

Commit 577c4fb

Browse files
committed
add dev to script arg
1 parent 2fe2bce commit 577c4fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-to-dev-demo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Build release distributions
2929
env:
3030
ARTIFACT_BUCKET_NAME: ${{ secrets.ARTEFACT_BUCKET_NAME_DEMO }}
31-
lowercase_environment: dev
32-
run: scripts/build-and-deploy-etl.sh ${{ inputs.environment }} remote
31+
run: scripts/build-and-deploy-etl.sh dev remote
3332

3433
deploy-main-application:
3534
needs: [test-and-validate, build-and-release-etl-job]

0 commit comments

Comments
 (0)