@@ -24,33 +24,11 @@ jobs:
2424 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
2525 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626 aws-region : us-west-2
27-
28- - name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
29- uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
30- with :
31- task-definition : task-definition-run-task.json
32- cluster : github-actions-deploy-task-def-integ-test
33- run-task : true
34- run-task-subnets : subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35- run-task-security-groups : sg-067ebcde49c0f3ad8
36- run-task-launch-type : FARGATE
37- wait-for-task-stopped : false
38-
39- - name : Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
40- uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
41- with :
42- task-definition : task-definition-run-task.json
43- cluster : github-actions-deploy-task-def-integ-test
44- run-task : true
45- run-task-subnets : subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
46- run-task-security-groups : sg-067ebcde49c0f3ad8
47- run-task-launch-type : FARGATE
48- wait-for-task-stopped : true
4927
50- - name : Deploy Amazon ECS task definition with ECS Service
28+ - name : Deploy Amazon ECS task definition
5129 uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
5230 with :
5331 task-definition : task-definition.json
5432 service : github-actions-deploy-task-def-integ-test
5533 cluster : github-actions-deploy-task-def-integ-test
56- wait-for-service-stability : true
34+ wait-for-service-stability : true
0 commit comments