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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 09:01:06 -03:00
parent 8742c736a4
commit 7835a8ede8

View file

@ -46,4 +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
screen -S botserver -dm bash -c "npm run start > /opt/gbo/logs/BotsServer.log 2>&1"
( sleep 2; npm run start > /opt/gbo/logs/botserver.log 2>&1 ) &