Skip to content

Commit 7b1d9e2

Browse files
committed
fix: typo
1 parent 09539be commit 7b1d9e2

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)