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 08:57:41 -03:00
parent d30ec7e85b
commit 935503400d

View file

@ -42,8 +42,7 @@ jobs:
- name: Restart Bots Deployer
run: |
echo "[General Bots Deployer] Restarting..."
cd /opt/gbo/bin/BotServer
pkill -f "node ./boot.mjs" || true
npm run start > /opt/gbo/logs/botserver.log 2>&1 &
disown -h %1
screen -S botserver -dm bash -c "npm run start > /opt/gbo/logs/BotsServer.log 2>&1"