fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
Some checks failed
GBCI / build (push) Failing after 2m29s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 08:42:24 -03:00
parent a533e1fbd9
commit 60d4028cf5

View file

@ -39,12 +39,10 @@ jobs:
# npm install # npm install
# npm run build # npm run build
# cd /opt/gbo/bin/BotServer
# rm -rf packages/default.gbui/node_modules
- 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
# nohup npm run start > /dev/null 2>&1 & # nohup npm run start > /dev/null 2>&1 &