diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 4c5cbae..5f349c9 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -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