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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 09:08:37 -03:00
parent 7835a8ede8
commit 9d44b7f3f5

View file

@ -47,4 +47,4 @@ jobs:
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 &