Skip to content

Commit c9ca94b

Browse files
authored
Remove pm2 restart command from workflow
1 parent 0fc4f36 commit c9ca94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- run: |
2626
touch .env
2727
echo "${{ secrets.MONGODB_URL }}" > .env
28-
- run: pm2 restart BackendAPI
28+

0 commit comments

Comments
 (0)