Skip to content

Commit

Permalink
debugging file
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd authored Jan 21, 2024
1 parent 3c4068a commit 06944f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Navigate to server directory
run: ls && pwd

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -46,5 +46,7 @@ jobs:
- run: npm ci

- run: |
pm2 restart backendserver
pm2 list
pm2 logs backendserver
pm2 restart backendserver --update-env

0 comments on commit 06944f0

Please sign in to comment.