Skip to content

Commit 4cd08b9

Browse files
Merge pull request #6 from soat-tech-challenge/marcelovbcfilho-patch-1
fix: use force-new-deployment
2 parents f6b64cb + f944a54 commit 4cd08b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redeploy-ecs-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
aws-region: ${{ inputs.aws_region }}
3131

3232
- name: Force new Deployment on ECS Service
33-
run: aws ecs update-service --region ${{ inputs.aws_region }} --cluster ${{ inputs.cluster_name }} --service ${{ inputs.cluster_name }}
33+
run: aws ecs update-service --region ${{ inputs.aws_region }} --cluster ${{ inputs.cluster_name }} --service ${{ inputs.cluster_name }} --force-new-deployment

0 commit comments

Comments
 (0)