Skip to content

Commit

Permalink
Added sleep to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alouradou committed Mar 26, 2024
1 parent f763381 commit 8a440e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
source serenadoit/bin/activate
gunicorn -w 4 -b 0.0.0.0:10410 run_prod:app --error-logfile logs/error.log --access-logfile logs/access.log -D
- name: Wait before checking deployment
run: sleep 5s

- name: Check deployment
run: |
ps aux | grep "^$USER" | grep '[g]unicorn' || true
Expand Down

0 comments on commit 8a440e8

Please sign in to comment.