Skip to content

Commit

Permalink
Update bucket name again
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Sep 18, 2024
1 parent 7e2d1c5 commit d6f6e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-waf-sync-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Upload and reload
run: |
aws s3 cp --no-progress function.zip \
s3://dpc-test-api-waf-sync-function/function-${{ github.sha }}.zip
s3://dpc-dev-api-waf-sync-function/function-${{ github.sha }}.zip
aws lambda update-function-code --function-name dpc-test-api-waf-sync \
--s3-bucket dpc-dev-api-waf-sync-function --s3-key function-${{ github.sha }}.zip

0 comments on commit d6f6e60

Please sign in to comment.