Skip to content

Commit

Permalink
deploy --sit
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Aug 17, 2024
1 parent db05da8 commit ed44f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ jobs:
github.ref == 'refs/heads/develop' ||
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/heads/release') ||
startsWith(github.ref, 'refs/heads/feature') ||
github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -315,4 +314,4 @@ jobs:
env:
AWS_DEFAULT_REGION: us-west-2
run: |
./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue uat --lambda_container_image_uri ${{ env.CONTAINER_IMAGE_URI }}
./bin/deploy.sh --app-version ${{ env.THE_VERSION }} --tf-venue ${{ vars.TF_VENUE }} --lambda_container_image_uri ${{ env.CONTAINER_IMAGE_URI }}

0 comments on commit ed44f48

Please sign in to comment.