Skip to content

Commit

Permalink
Merge pull request #23 from SaaSy-Pants/Nirav-Agarwal-patch-4
Browse files Browse the repository at this point in the history
Updated deploy.yml
  • Loading branch information
abhishekpaul11 authored Dec 15, 2024
2 parents 539ddcb + d618b04 commit 767d354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
pip install --force-reinstall --upgrade -r requirements.txt
# Kill any existing main.py process
pkill -f "python3 -m app.main" || true
#pkill -f "python3 -m app.main" || true
# Run main.py in the background using nohup
nohup python3 -m app.main > app.log 2>&1 &
#nohup python3 -m app.main > app.log 2>&1 &
python3 -m app.main

0 comments on commit 767d354

Please sign in to comment.