Skip to content

Commit

Permalink
[workflow] Added nohup command
Browse files Browse the repository at this point in the history
Bypassing nohup error

Signed-off-by: Debadri Samaddar <[email protected]>
  • Loading branch information
debadri16 committed May 3, 2024
1 parent 02c7a0f commit fea8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
cd /home/debadri16/yapper-server/
pkill -f server.js
nohup node server.js &
nohup node server.js > nohup.out 2> nohup.err < /dev/null &

0 comments on commit fea8355

Please sign in to comment.