fix(workflow): update node.yaml to run npm start in the background
Some checks failed
GBCI / build (push) Failing after 3m19s
Some checks failed
GBCI / build (push) Failing after 3m19s
This commit is contained in:
parent
bc0aa7627e
commit
ce78abdceb
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ 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..."
|
||||||
|
@ -47,4 +47,4 @@ jobs:
|
||||||
|
|
||||||
pkill -f "node ./boot.mjs" || true
|
pkill -f "node ./boot.mjs" || true
|
||||||
|
|
||||||
npm run start
|
nohup npm run start > /dev/null 2>&1 &
|
Loading…
Add table
Reference in a new issue