Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Nov 22, 2024
1 parent 9507936 commit a1c60a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lambda_deployments_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_GITHUB_ROLE }}
aws-region: ${{ secrets.AWS_REGION }}
- run: |
- name: Post Lambda Functions
run: |
cd lambda_functions
aws lambda update-function-code --function-name=dev_bgg_scraper_fargate_trigger --zip-file=fileb://bgg_scraper_fargate_trigger.zip > /dev/null 2>&1
aws lambda update-function-code --function-name=dev_bgg_cleaner_fargate_trigger --zip-file=fileb://bgg_cleaner_fargate_trigger.zip > /dev/null 2>&1
Expand Down

0 comments on commit a1c60a1

Please sign in to comment.