chore: fix nohup execution

This commit is contained in:
Karol Sójko 2023-05-16 11:23:01 +02:00
parent 4304e068b9
commit 89eb798fa8
No known key found for this signature in database
GPG key ID: 50D9C5A8D4B8D73F

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: nohup yarn workspace @standardnotes/home-server start
run: nohup yarn workspace @standardnotes/home-server start &
env:
PORT: 3123