Skip to content

Commit

Permalink
πŸ‘ Fixed deploy workflow (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAnt220 committed Sep 6, 2024
1 parent e44a005 commit 88227cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
user: root
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/discord-bot/
cd /home/antbot/
source .venv/bin/activate
pkill -f 'python main.py'
nohup python main.py &
Expand Down

0 comments on commit 88227cc

Please sign in to comment.