fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 5s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 09:17:08 -03:00
parent 5f2472ced2
commit 3ab6b9c8e7

View file

@ -45,4 +45,6 @@ jobs:
cd /opt/gbo/bin/BotServer cd /opt/gbo/bin/BotServer
pkill -f "node ./boot.mjs" || true 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."