Update node.js.yml

This commit is contained in:
2020-06-08 14:14:02 +02:00
committed by GitHub
parent 935b70f1e3
commit cdd3128393

View File

@@ -39,5 +39,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Delete old Daemon
run: pm2 delete next
- name: Run
run: pm2 startOrReload yarn --name "next" -- start
run: pm2 start yarn --name "next" -- start