Skip to content

Commit

Permalink
Update deploy-stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSkyLi authored Jan 21, 2025
1 parent fa3ff04 commit 9586fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if [ -f ./poetry.lock ]; then
rm ./poetry.lock
fi
poetry install
poetry install --no-dev --only main --lock
lsof -ti:8000 | xargs kill -9 || true
nohup poetry run gunicorn -w 4 -b 0.0.0.0:8000 server:app > gunicorn.log 2>&1 &
EOF

0 comments on commit 9586fe0

Please sign in to comment.