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
a8f4643d9c
commit
e7241cde67
1 changed files with 4 additions and 1 deletions
|
@ -38,10 +38,13 @@ jobs:
|
|||
# cd /opt/gbo/bin/BotServer/packages/default.gbui
|
||||
# npm install
|
||||
# npm run build
|
||||
|
||||
- name: Restart Bots Deployer
|
||||
run: |
|
||||
echo "[General Bots Deployer] Restarting..."
|
||||
|
||||
cd /opt/gbo/bin/BotServer
|
||||
|
||||
pkill -f "node ./boot.mjs" || true
|
||||
|
||||
npm run start
|
||||
npm run start &
|
||||
|
|
Loading…
Add table
Reference in a new issue