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:20:12 -03:00
parent a8f4643d9c
commit e7241cde67

View file

@ -38,10 +38,13 @@ jobs:
# 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
pkill -f "node ./boot.mjs" || true pkill -f "node ./boot.mjs" || true
npm run start npm run start &