Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmorais authored Sep 4, 2024
1 parent 18521e1 commit be5f6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
script: |
cd /home/Dnutri
git pull origin main
npm install
cd backend
npm run dev
pm2 stop src
npm i && pm2 start src

0 comments on commit be5f6db

Please sign in to comment.