Skip to content

Commit

Permalink
fix: solve eternal ssh session on ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-rdo committed Aug 15, 2024
1 parent 62f49f1 commit e0f42c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ jobs:
python manage.py migrate
python manage.py collectstatic --noinput
pkill -f "gunicorn" || true
gunicorn -c ./configs/gunicorn.py LeonardoCosta.wsgi &
nohup gunicorn -c ./configs/gunicorn.py LeonardoCosta.wsgi &>/dev/null &
EOF

0 comments on commit e0f42c6

Please sign in to comment.