Skip to content

Commit b155512

Browse files
authored
Fix wait for api deploy
1 parent 35bdc15 commit b155512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
run: |
4747
echo "Deploying service $SERVICE_NAME"
4848
aws ecs update-service --cluster "$SERVICE_NAME" --service "$SERVICE_NAME" --force-new-deployment > /dev/null
49-
aws ecs wait services-stable --cluster "$SERVICE_NAME" --services "$SERVICE_NAME"
49+
aws ecs wait services-stable --cluster "$SERVICE_NAME" --services "$SERVICE_NAME" --max-attempts 15
50+

0 commit comments

Comments
 (0)