|
20 | 20 |
|
21 | 21 | - name: Print current build ID
|
22 | 22 | run: |
|
23 |
| - echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b563a411-98b1-4dc4-b637-42c0d3721af3 |
| 23 | + echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:12702a6a-bab9-4f36-885c-476eb03c77db |
24 | 24 |
|
25 | 25 | - name: Configure AWS credentials
|
26 | 26 | uses: aws-actions/configure-aws-credentials@v4
|
|
30 | 30 | aws-region: us-west-2
|
31 | 31 |
|
32 | 32 | - name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
|
33 |
| - uses: aws-actions/amazon-ecs-deploy-task-definition@ba4c50ff72022c29eca99b2b348bca524e6c1b0f |
| 33 | + uses: aws-actions/amazon-ecs-deploy-task-definition@fe5bd5a10b2d740624e8d793dcf437b34ef83ba9 |
34 | 34 | with:
|
35 | 35 | task-definition: task-definition-run-task.json
|
36 | 36 | cluster: github-actions-deploy-task-def-integ-test
|
|
42 | 42 | wait-for-task-stopped: false
|
43 | 43 |
|
44 | 44 | - name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
|
45 |
| - uses: aws-actions/amazon-ecs-deploy-task-definition@ba4c50ff72022c29eca99b2b348bca524e6c1b0f |
| 45 | + uses: aws-actions/amazon-ecs-deploy-task-definition@fe5bd5a10b2d740624e8d793dcf437b34ef83ba9 |
46 | 46 | with:
|
47 | 47 | task-definition: task-definition-run-task.json
|
48 | 48 | cluster: github-actions-deploy-task-def-integ-test
|
|
55 | 55 | enable-ecs-managed-tags: true
|
56 | 56 |
|
57 | 57 | - name: Deploy Amazon ECS task definition with ECS Service
|
58 |
| - uses: aws-actions/amazon-ecs-deploy-task-definition@ba4c50ff72022c29eca99b2b348bca524e6c1b0f |
| 58 | + uses: aws-actions/amazon-ecs-deploy-task-definition@fe5bd5a10b2d740624e8d793dcf437b34ef83ba9 |
59 | 59 | with:
|
60 | 60 | task-definition: task-definition.json
|
61 | 61 | service: github-actions-deploy-task-def-integ-test
|
|
64 | 64 | enable-ecs-managed-tags: true
|
65 | 65 |
|
66 | 66 | - name: Deploy Amazon ECS task definition with ECS Service VolumeConfiguration
|
67 |
| - uses: aws-actions/amazon-ecs-deploy-task-definition@ba4c50ff72022c29eca99b2b348bca524e6c1b0f |
| 67 | + uses: aws-actions/amazon-ecs-deploy-task-definition@fe5bd5a10b2d740624e8d793dcf437b34ef83ba9 |
68 | 68 | with:
|
69 | 69 | task-definition: task-definition-volume-configuration.json
|
70 | 70 | service: github-actions-deploy-task-def-integ-test
|
|
75 | 75 | service-managed-ebs-volume: '{"filesystemType":"xfs","roleArn":"arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GitHubActionsVolumeConfigurationsEBSRole","encrypted":false,"sizeInGiB":30}'
|
76 | 76 |
|
77 | 77 | - name: Deploy Amazon ECS task definition with one-off task and VolumeConfiguration
|
78 |
| - uses: aws-actions/amazon-ecs-deploy-task-definition@ba4c50ff72022c29eca99b2b348bca524e6c1b0f |
| 78 | + uses: aws-actions/amazon-ecs-deploy-task-definition@fe5bd5a10b2d740624e8d793dcf437b34ef83ba9 |
79 | 79 | with:
|
80 | 80 | task-definition: task-definition-run-task-volume-configuration.json
|
81 | 81 | cluster: github-actions-deploy-task-def-integ-test
|
|
0 commit comments