Skip to content

Commit

Permalink
update github action yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wandaazhar007 committed Apr 16, 2024
1 parent 2668be7 commit d6a5666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci - run: pm2 stop portfolio-backend
- run: npm ci
- run: pm2 stop portfolio-backend
- run: pm2 delete portfolio-backend
- run: pm2 start index.js --name "portfolio-backend"

0 comments on commit d6a5666

Please sign in to comment.