Skip to content

Commit

Permalink
Update ecs task definition version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 27, 2024
1 parent c7bc35e commit 67c9fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
AWS_ENV_SECRET_ARN=${{ secrets.AWS_ENV_SECRET_ARN }}
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@3cc43061dd30ad47511af35bca46e2c1435b9035
# https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.1.0
uses: aws-actions/amazon-ecs-deploy-task-definition@4482193dd766379c66473482bbc77299b053ec94 # v2.1.0
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ secrets.ECS_SERVICE }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
AWS_ENV_SECRET_ARN=${{ secrets.AWS_ENV_SECRET_ARN }}
- name: Deploy Amazon ECS task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@3cc43061dd30ad47511af35bca46e2c1435b9035
# https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases/tag/v2.1.0
uses: aws-actions/amazon-ecs-deploy-task-definition@4482193dd766379c66473482bbc77299b053ec94 # v2.1.0
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ secrets.ECS_SERVICE }}
Expand Down

0 comments on commit 67c9fe7

Please sign in to comment.