fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 5s
All checks were successful
GBCI / build (push) Successful in 5s
This commit is contained in:
parent
5f2472ced2
commit
3ab6b9c8e7
1 changed files with 3 additions and 1 deletions
|
@ -45,4 +45,6 @@ jobs:
|
|||
cd /opt/gbo/bin/BotServer
|
||||
pkill -f "node ./boot.mjs" || true
|
||||
|
||||
NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs
|
||||
npm run start --if-present &
|
||||
sleep 5
|
||||
echo "[General Bots Deployer] Bots Deployer restarted."
|
||||
|
|
Loading…
Add table
Reference in a new issue