Skip to content

Commit 6cd0898

Browse files
authored
Merge pull request #7 from soat-tech-challenge/fix/usage
fix: typo
2 parents 09539be + 7b1d9e2 commit 6cd0898

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 }} --force-new-deployment
33+
run: aws ecs update-service --region ${{ inputs.aws_region }} --cluster ${{ inputs.cluster_name }} --service ${{ inputs.service_name }} --force-new-deployment

0 commit comments

Comments
 (0)