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:45:50 -03:00
parent 60d4028cf5
commit 83bd0f5b13

View file

@ -37,12 +37,12 @@ jobs:
# echo "[General Bots Deployer] Building default.gbui..." # echo "[General Bots Deployer] Building default.gbui..."
# cd /opt/gbo/bin/BotServer/packages/default.gbui # cd /opt/gbo/bin/BotServer/packages/default.gbui
# npm install # npm install
# npm run build # npm run build
- name: Restart Bots Deployer - name: Restart Bots Deployer
run: | run: |
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
npm run start
# nohup npm run start > /dev/null 2>&1 & nohup npm run start > /dev/null 2>&1 &