fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
This commit is contained in:
parent
4196b8745c
commit
adbee9b44f
1 changed files with 2 additions and 2 deletions
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
|
|
||||||
pkill -f "node ./boot.mjs" || true
|
pkill -f "node ./boot.mjs" || true
|
||||||
|
|
||||||
( sleep 2; npm run start > /opt/gbo/logs/botserver.log 2>&1 ) &
|
nohup /opt/gbo/bin/start_botserver.sh &
|
||||||
Loading…
Add table
Reference in a new issue