Skip to content

Commit

Permalink
Merge pull request #11 from fullfatthings/upgrade-deploy-task-definition
Browse files Browse the repository at this point in the history
Drop custom fork of amazon-ecs-deploy-task-definition
  • Loading branch information
OwlKing authored Oct 3, 2024
2 parents 00953bd + 65418a9 commit 46daf4d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/update-background-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
done
- name: Deploy task definition
uses: fullfatthings/amazon-ecs-deploy-task-definition@master
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition.json
service: ${{ inputs.service }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-task-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
done
- name: Deploy task definition
uses: fullfatthings/amazon-ecs-deploy-task-definition@master
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition.json
cluster: ${{ inputs.cluster }}
2 changes: 1 addition & 1 deletion .github/workflows/update-web-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
done
- name: Deploy task definition
uses: fullfatthings/amazon-ecs-deploy-task-definition@master
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition.json
service: ${{ inputs.service }}
Expand Down

0 comments on commit 46daf4d

Please sign in to comment.