Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AliQassab authored Feb 28, 2024
1 parent 55327d0 commit 390ab89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
HOST: ${{ secrets.HOST }}
PASSWORD: ${{ secrets.PASSWORD }}
script: |
ls -la /path/to/your/directory
# cd bahja-isaac-nas-discord-chatbot
# git pull
# npm i
# pm2 stop chatbot
# pm2 start index.js --name chatbot
cd bahja-isaac-nas-discord-chatbot
git pull
npm i
pm2 stop chatbot
pm2 start index.js --name chatbot

0 comments on commit 390ab89

Please sign in to comment.