fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
Some checks failed
GBCI / build (push) Failing after 2m29s
Some checks failed
GBCI / build (push) Failing after 2m29s
This commit is contained in:
parent
a533e1fbd9
commit
60d4028cf5
1 changed files with 2 additions and 4 deletions
|
@ -38,13 +38,11 @@ jobs:
|
|||
# cd /opt/gbo/bin/BotServer/packages/default.gbui
|
||||
# npm install
|
||||
# npm run build
|
||||
|
||||
# cd /opt/gbo/bin/BotServer
|
||||
# rm -rf packages/default.gbui/node_modules
|
||||
|
||||
|
||||
- name: Restart Bots Deployer
|
||||
run: |
|
||||
echo "[General Bots Deployer] Restarting..."
|
||||
cd /opt/gbo/bin/BotServer
|
||||
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