Skip to content

Commit

Permalink
ci: update sam pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 3, 2024
1 parent 55530ba commit eeac30b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sam-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
# sam deploy
- name: Run SAM Deploy
run: |
sam deploy \
--s3-bucket ${{ secrets.AWS_ARTIFACTS_BUCKET_NAME }} \
sam deploy --s3-bucket ${{ secrets.AWS_ARTIFACTS_BUCKET_NAME }} \
--stack-name stori-transactions-email-sender-${{ env.ENV_STAGE }} \
--parameter-overrides \
BucketName=${{ secrets.AWS_BUCKET_NAME_FILES_PREFIX }}-${{ env.ENV_STAGE }} \
Expand Down

0 comments on commit eeac30b

Please sign in to comment.