diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index f31a8fc6..d129fde7 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -46,4 +46,5 @@ jobs: run: | echo "[General Bots Deployer] Restarting..." pkill -f "node ./boot.mjs" || true - nohup npm run start > /dev/null 2>&1 & \ No newline at end of file + npm run start + # nohup npm run start > /dev/null 2>&1 &