Skip to content

Commit

Permalink
Merge pull request #6692 from hotosm/fastapi/ci/fix/gh-workflow
Browse files Browse the repository at this point in the history
fix: update aws-actions/amazon-ecs-deploy-task-definition to v2
  • Loading branch information
prabinoid authored Jan 16, 2025
2 parents d245896 + 75cadd9 commit 47a4807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
image: ${{ needs.image-build-and-push.outputs.image_tags }}

- name: Deploy 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: ${{ env.ECS_SERVICE }}
Expand Down

0 comments on commit 47a4807

Please sign in to comment.