fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 1s
All checks were successful
GBCI / build (push) Successful in 1s
This commit is contained in:
parent
d30ec7e85b
commit
935503400d
1 changed files with 3 additions and 4 deletions
|
@ -42,8 +42,7 @@ jobs:
|
||||||
- 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
|
||||||
|
screen -S botserver -dm bash -c "npm run start > /opt/gbo/logs/BotsServer.log 2>&1"
|
||||||
npm run start > /opt/gbo/logs/botserver.log 2>&1 &
|
|
||||||
disown -h %1
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue