fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
All checks were successful
GBCI / build (push) Successful in 0s
All checks were successful
GBCI / build (push) Successful in 0s
This commit is contained in:
parent
277ce61619
commit
672d8b905f
1 changed files with 2 additions and 4 deletions
|
@ -42,9 +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
|
||||||
|
|
||||||
/opt/gbo/bin/start-botserver.sh &
|
nohup NODE_NO_WARNINGS=1 node ./boot.mjs --loader ts-node/esm --require ./suppress-node-warnings.cjs > /dev/null 2>&1 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue