@@ -16,17 +16,17 @@ jobs:
16
16
17
17
- name : Print current build ID
18
18
run : |
19
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:73193632-fdb5-4eea-b8b8-7c9afb374ce0
19
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:ecb0a69e-514e-4d6c-b21e-dda87ed159e4
20
20
21
21
- name : Configure AWS credentials
22
22
uses : aws-actions/configure-aws-credentials@v1
23
23
with :
24
24
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
25
25
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
26
26
aws-region : us-west-2
27
-
27
+
28
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@1a69daea10712415b65b5c90f8c41b1b6b556ab5
29
+ uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
30
30
with :
31
31
task-definition : task-definition-run-task.json
32
32
cluster : github-actions-deploy-task-def-integ-test
37
37
wait-for-task-stopped : false
38
38
39
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@1a69daea10712415b65b5c90f8c41b1b6b556ab5
40
+ uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
41
41
with :
42
42
task-definition : github-actions-deploy-task-def-integ-tests
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 with ECS Service
51
- uses : aws-actions/amazon-ecs-deploy-task-definition@1a69daea10712415b65b5c90f8c41b1b6b556ab5
51
+ uses : aws-actions/amazon-ecs-deploy-task-definition@abe77ebded86b685c231c58bd5936280c6fcc011
52
52
with :
53
53
task-definition : task-definition.json
54
54
service : github-actions-deploy-task-def-integ-test
0 commit comments