fix(workflows): clean up node.yaml by removing unnecessary commented-out commands

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 09:13:15 -03:00
parent 0614b83d9c
commit 11860199bb

View file

@ -47,4 +47,4 @@ jobs:
pkill -f "node ./boot.mjs" || true
nohup bash -c "exec -a BotServer /opt/gbo/bin/start-botserver.sh &" && sleep 3
/opt/gbo/bin/start-botserver.sh &