File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -89,10 +89,16 @@ jobs:
8989 tags : ${{ steps.login-ecr.outputs.registry }}/clocknerd:latest
9090 platforms : linux/amd64,linux/arm64/v8
9191
92- - name : Deploy Amazon ECS task definition
93- uses : aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a
94- with :
95- task-definition : .aws/task-definition.json
96- service : ${{ secrets.ECS_SERVICE }}
97- cluster : ${{ secrets.ECS_CLUSTER }}
98- wait-for-service-stability : true
92+ # - name: Deploy Amazon ECS task definition
93+ # uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a
94+ # with:
95+ # task-definition: .aws/task-definition.json
96+ # service: ${{ secrets.ECS_SERVICE }}
97+ # cluster: ${{ secrets.ECS_CLUSTER }}
98+ # wait-for-service-stability: true
99+ - name : Deploy to ECS Dev
100+ run : |
101+ aws ecs update-service \
102+ --cluster ${{ secrets.ECS_CLUSTER }} \
103+ --service ${{ secrets.ECS_SERVICE }} \
104+ --force-new-deployment
You can’t perform that action at this time.
0 commit comments