16
16
17
17
- name : Print current build ID
18
18
run : |
19
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b758d9f2-aea6-4592-906f-aae8754d98b4
19
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:73193632-fdb5-4eea-b8b8-7c9afb374ce0
20
20
21
21
- name : Configure AWS credentials
22
22
uses : aws-actions/configure-aws-credentials@v1
@@ -26,18 +26,18 @@ jobs:
26
26
aws-region : us-west-2
27
27
28
28
- name : Deploy Amazon ECS task definition With Wait For Task Stopped Being False
29
- uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
29
+ uses : aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
30
30
with :
31
31
task-definition : task-definition-run-task.json
32
32
cluster : github-actions-deploy-task-def-integ-test
33
33
run-task : true
34
34
run-task-subnets : subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64
35
- run-task-security-groups : sg-067ebcde49c0f3ad8
35
+ run-task-security-groups : sg-067ebcde49c0f3ad8
36
36
run-task-launch-type : FARGATE
37
- wait-for-task-stopped : false
37
+ wait-for-task-stopped : false
38
38
39
39
- name : Deploy Amazon ECS task definition With Wait For Task Stopped Being True
40
- uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
40
+ uses : aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
41
41
with :
42
42
task-definition : task-definition-run-task.json
43
43
cluster : github-actions-deploy-task-def-integ-test
48
48
wait-for-task-stopped : true
49
49
50
50
- name : Deploy Amazon ECS task definition
51
- uses : aws-actions/amazon-ecs-deploy-task-definition@b3a528eb690c86037acd19fd6a2a86337f4e3657
51
+ uses : aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
52
52
with :
53
53
task-definition : task-definition.json
54
- service : github-actions-deploy-task-def-integ-test
54
+ service : github-actions-deploy-task-def-integ-test
55
55
cluster : github-actions-deploy-task-def-integ-test
56
56
wait-for-service-stability : true
0 commit comments