We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bdc15 commit b155512Copy full SHA for b155512
.github/workflows/deploy.yml
@@ -46,4 +46,5 @@ jobs:
46
run: |
47
echo "Deploying service $SERVICE_NAME"
48
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"
+ aws ecs wait services-stable --cluster "$SERVICE_NAME" --services "$SERVICE_NAME" --max-attempts 15
50
+
0 commit comments