We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc62f commit 9b44de5Copy full SHA for 9b44de5
.github/workflows/ci.cd.yml
@@ -61,4 +61,4 @@ jobs:
61
- name: Deploy BACK to production server
62
working-directory: backend/prod/
63
run: |
64
- setsid ./start.sh >/dev/null 2>&1 < /dev/null &
+ nohup bash -c './start.sh </dev/null >nohup.out 2>&1 &' &
0 commit comments