Skip to content

Commit

Permalink
Bump aws-actions/amazon-ecs-deploy-task-definition from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanofcardio committed Jan 9, 2025
1 parent adbe344 commit 9cd8ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run_build_deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

name: Build and Deploy
on:
on:
push:
branches:
- develop
# - chore/bump-amazon-ecs-deploy-task-definition-version
workflow_dispatch: {}


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 9cd8ad1

Please sign in to comment.