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 4242 JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }}
4343
4444 - 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
4646 with :
4747 task-definition : ${{ steps.render-auto-alignment.outputs.task-definition }}
4848 service : scl-auto-alignment
Original file line number Diff line number Diff line change 4242 JWT_VERIFY_ISSUER=${{ secrets.JWT_VERIFY_ISSUER }}
4343
4444 - 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
4646 with :
4747 task-definition : ${{ steps.render-cim-mapping.outputs.task-definition }}
4848 service : Compas-Cim-Mapping
Original file line number Diff line number Diff line change 3939 image : ${{ steps.read_docker_compose.outputs.data }}
4040
4141 - 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
4343 with :
4444 task-definition : ${{ steps.render-compas-openscd.outputs.task-definition }}
4545 service : CoMPAS-Open-SCD
Original file line number Diff line number Diff line change 5959 PG_USER=${{ secrets.POSTGRESQL_USERNAME }}
6060
6161 - 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
6363 with :
6464 task-definition : ${{ steps.render-postgres.outputs.task-definition }}
6565 service : Scl-Data-Service
You can’t perform that action at this time.
0 commit comments