fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
This commit is contained in:
parent
ac041d0ced
commit
2124cd67ec
1 changed files with 2 additions and 1 deletions
|
|
@ -45,4 +45,5 @@ jobs:
|
|||
cd /opt/gbo/bin/BotServer
|
||||
pkill -f "node ./boot.mjs" || true
|
||||
|
||||
nohup npm run start > /dev/null 2>&1 &
|
||||
npm run start > /opt/gbo/logs/botserver.log 2>&1 &
|
||||
disown -h %1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue