chore: run home server in the background with nohup

This commit is contained in:
Karol Sójko
2023-05-16 11:22:09 +02:00
parent 126bc6de6a
commit 4304e068b9
+1 -1
View File
@@ -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