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 08:59:25 -03:00
parent 935503400d
commit 8742c736a4

View file

@ -44,5 +44,6 @@ jobs:
echo "[General Bots Deployer] Restarting..." echo "[General Bots Deployer] Restarting..."
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" screen -S botserver -dm bash -c "npm run start > /opt/gbo/logs/BotsServer.log 2>&1"