fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService
Some checks failed
GBCI / build (push) Failing after 0s
Some checks failed
GBCI / build (push) Failing after 0s
This commit is contained in:
parent
42b718a4b3
commit
a533e1fbd9
1 changed files with 2 additions and 1 deletions
|
@ -46,4 +46,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "[General Bots Deployer] Restarting..."
|
echo "[General Bots Deployer] Restarting..."
|
||||||
pkill -f "node ./boot.mjs" || true
|
pkill -f "node ./boot.mjs" || true
|
||||||
nohup npm run start > /dev/null 2>&1 &
|
npm run start
|
||||||
|
# nohup npm run start > /dev/null 2>&1 &
|
||||||
|
|
Loading…
Add table
Reference in a new issue