Skip to content

Commit

Permalink
BCDA-8680: Fix prod deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpartridge committed Jan 22, 2025
1 parent 4c21e40 commit 927f617
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/waf-sync-lambda-prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
contents: read
id-token: write
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./lambda/wafsync
environment: prod
steps:
- uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -24,4 +21,4 @@ jobs:
s3://bcda-test-api-waf-sync-function/function-${{ github.sha }}.zip \
s3://bcda-prod-api-waf-sync-function/function-${{ github.sha }}.zip
aws lambda update-function-code --function-name bcda-prod-api-waf-sync \
--s3-bucket bcda-prod-api-waf-sync-function --s3-key function-${{ github.sha }}.zip
--s3-bucket bcda-prod-api-waf-sync-function --s3-key function-${{ github.sha }}.zip

0 comments on commit 927f617

Please sign in to comment.