fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 0s
All checks were successful
GBCI / build (push) Successful in 0s
This commit is contained in:
parent
7835a8ede8
commit
9d44b7f3f5
1 changed files with 2 additions and 2 deletions
|
@ -46,5 +46,5 @@ jobs:
|
||||||
cd /opt/gbo/bin/BotServer
|
cd /opt/gbo/bin/BotServer
|
||||||
|
|
||||||
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