Skip to content

Commit

Permalink
Make deploy wait until services are stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed Oct 6, 2024
1 parent 81944c0 commit 137a460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
run: |
echo "Deploying service $SERVICE_NAME"
aws ecs update-service --cluster "$SERVICE_NAME" --service "$SERVICE_NAME" --force-new-deployment > /dev/null
aws ecs wait services-stable --cluster "$SERVICE_NAME" --services "$SERVICE_NAME"

0 comments on commit 137a460

Please sign in to comment.