fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
Some checks failed
GBCI / build (push) Failing after 0s
Some checks failed
GBCI / build (push) Failing after 0s
This commit is contained in:
parent
3ab6b9c8e7
commit
dd14d83f98
1 changed files with 2 additions and 5 deletions
|
@ -38,13 +38,10 @@ 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 --if-present &
|
nohup npm run start > /dev/null 2>&1
|
||||||
sleep 5
|
|
||||||
echo "[General Bots Deployer] Bots Deployer restarted."
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue