mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
chore: run home server in the background with nohup
This commit is contained in:
@@ -83,7 +83,7 @@ jobs:
|
||||
sed -i "s/PSEUDO_KEY_PARAMS_KEY=/PSEUDO_KEY_PARAMS_KEY=$(openssl rand -hex 32)/g" packages/home-server/.env
|
||||
|
||||
- name: Run Server
|
||||
run: yarn workspace @standardnotes/home-server start
|
||||
run: nohup yarn workspace @standardnotes/home-server start
|
||||
env:
|
||||
PORT: 3123
|
||||
|
||||
|
||||
Reference in New Issue
Block a user