fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
This commit is contained in:
parent
f80ff06ca2
commit
ac041d0ced
1 changed files with 4 additions and 4 deletions
|
|
@ -44,5 +44,5 @@ jobs:
|
|||
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 &
|
||||
|
||||
nohup npm run start > /dev/null 2>&1 &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue