Skip to content

Commit

Permalink
Merge pull request #31 from RockefellerArchiveCenter/variable-fix
Browse files Browse the repository at this point in the history
Fix typo in deploy
  • Loading branch information
p-galligan authored Nov 15, 2024
2 parents acf0104 + 899e665 commit a609e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Deploy lambda
run: aws lambda update-function-code
--function-name arn:aws:lambda:$AWS_REGION:$AWS_LAMBDA_ACCOUNT_ID:function:$LAMBDA_NAME
--function-name arn:aws:lambda:$AWS_REGION:${{ secrets.AWS_ACCOUNT_ID }}:function:$LAMBDA_NAME
--image-uri ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/${{ env.APP_NAME }}:prod

0 comments on commit a609e6e

Please sign in to comment.