Skip to content

Commit

Permalink
chore: Bump aws-actions/amazon-ecs-deploy-task-definition from v1 to …
Browse files Browse the repository at this point in the history
…v2 (#1703)

This is a quick PR to fix the recent deployment failures to dev. It bumps `aws-actions/amazon-ecs-deploy-task-definition` from v1 to v2.

See https://github.com/ChildMindInstitute/mindlogger-backend-refactor/actions/runs/12677880597/job/35350024013
  • Loading branch information
sultanofcardio authored Jan 9, 2025
1 parent adbe344 commit b99075d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_build_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: Build and Deploy
on:
on:
push:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
image: ${{ inputs.IMAGE_NAME }}

- name: Update Task Definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ matrix.apps.service }}
Expand Down

0 comments on commit b99075d

Please sign in to comment.