Skip to content

Commit

Permalink
fix: add missing script args
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Nov 27, 2023
1 parent 7b8138b commit b79fb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
# - create new revision for task definition with latest image.
# - redeploy ECS services with the latest revision.
./infrastructure/prod/redeploy.sh staging
./infrastructure/prod/redeploy.sh staging local-head both
- name: Logout of Amazon ECR
if: always()
Expand Down

0 comments on commit b79fb24

Please sign in to comment.