Skip to content

Commit

Permalink
Wait for deployment to be healthy before detaching
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
garrettjstevens committed Oct 7, 2024
1 parent 57e5d75 commit ac3d42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
run: |
docker --context staging compose down
docker --context staging compose pull
docker --context staging compose up --build --detach
docker --context staging compose up --build --detach --wait --wait-timeout 120

0 comments on commit ac3d42a

Please sign in to comment.