@@ -29,22 +29,28 @@ jobs:
29
29
uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
30
30
with :
31
31
task-definition : task-definition-run-task.json
32
- cluster : github-actions-deploy-task-def-integ-test
32
+ cluster : github-actions-deploy-task-def-integ-test
33
33
run-task : true
34
+ run-task-subnets : subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35
+ run-task-security-groups : sg-148d093a
36
+ run-task-launch-type : FARGATE
34
37
wait-for-task-stopped : false
35
38
36
39
- name : Deploy Amazon ECS task definition With Wait For Task Stopped Being True
37
40
uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
38
41
with :
39
42
task-definition : task-definition-run-task.json
40
- cluster : github-actions-deploy-task-def-integ-test
43
+ cluster : github-actions-deploy-task-def-integ-test
41
44
run-task : true
45
+ run-task-subnets : subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
46
+ run-task-security-groups : sg-148d093a
47
+ run-task-launch-type : FARGATE
42
48
wait-for-task-stopped : true
43
49
44
50
- name : Deploy Amazon ECS task definition
45
51
uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
46
52
with :
47
53
task-definition : task-definition.json
48
54
service : github-actions-deploy-task-def-integ-test
49
- cluster : github-actions-deploy-task-def-integ-test
55
+ cluster : github-actions-deploy-task-def-integ-test
50
56
wait-for-service-stability : true
0 commit comments