Skip to content

Commit

Permalink
😥 bro why
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAnt220 committed Sep 6, 2024
1 parent 35507ae commit 378b751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:
if [ -n "$BOT_PID" ]; then
echo "Stopping existing bot process (PID: $BOT_PID)"
kill -TERM $BOT_PID
sleep 5
else
echo "No existing bot process found"
fi
echo "Starting bot"
nohup python main.py &
nohup python main.py > /dev/null 2>&1 &
echo "Workflow completed"
script_stop: true
Expand Down

0 comments on commit 378b751

Please sign in to comment.