File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }}
43
43
44
44
- name : Deploy to Amazon ECS service
45
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
45
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
46
46
with :
47
47
task-definition : ${{ steps.render-auto-alignment.outputs.task-definition }}
48
48
service : scl-auto-alignment
Original file line number Diff line number Diff line change 42
42
JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }}
43
43
44
44
- name : Deploy to Amazon ECS service
45
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
45
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
46
46
with :
47
47
task-definition : ${{ steps.render-cim-mapping.outputs.task-definition }}
48
48
service : Compas-Cim-Mapping
Original file line number Diff line number Diff line change 39
39
image : ${{ steps.read_docker_compose.outputs.data }}
40
40
41
41
- name : Deploy to Amazon ECS service
42
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
42
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
43
43
with :
44
44
task-definition : ${{ steps.render-compas-openscd.outputs.task-definition }}
45
45
service : CoMPAS-Open-SCD
Original file line number Diff line number Diff line change 59
59
PG_USER=${{ secrets.POSTGRESQL_USERNAME }}
60
60
61
61
- name : Deploy to Amazon ECS service
62
- uses : aws-actions/amazon-ecs-deploy-task-definition@v1
62
+ uses : aws-actions/amazon-ecs-deploy-task-definition@v2
63
63
with :
64
64
task-definition : ${{ steps.render-postgres.outputs.task-definition }}
65
65
service : Scl-Data-Service
You can’t perform that action at this time.
0 commit comments