Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxneuvians authored Jan 23, 2024
1 parent d650034 commit 041ad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Deploy new image
run: |
aws lambda update-function-code \
--function-name secrets-production-api \
--function-name secret-production-api \
--image-uri $REGISTRY/app:$GITHUB_SHA-`date '+%Y-%m-%d'` > /dev/null 2>&1
- name: Logout of Amazon ECR
Expand Down

0 comments on commit 041ad45

Please sign in to comment.