Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-skoldberg-gmds committed Jun 12, 2024
1 parent 6158a44 commit 908c105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:

- name: Deploy to Lambda
run: |
aws lambda update-function-code --function-name faker-function --image-uri <ECR_REPOSITORY_URI>:latest
aws lambda update-function-code --function-name faker-function --image-uri ${{ secrets.ECR_IMAGE_URI }}

0 comments on commit 908c105

Please sign in to comment.