From a9e9081331bae8bace1e384e3a7a9ba85281f55d Mon Sep 17 00:00:00 2001 From: SproutMJ Date: Mon, 27 May 2024 04:01:09 +0900 Subject: [PATCH] =?UTF-8?q?=08deploy:=20=EB=B0=B0=ED=8F=AC=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/workflows/\bci.cd.yml" | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git "a/.github/workflows/\bci.cd.yml" "b/.github/workflows/\bci.cd.yml" index 6e6eeee..139fd02 100644 --- "a/.github/workflows/\bci.cd.yml" +++ "b/.github/workflows/\bci.cd.yml" @@ -60,4 +60,6 @@ jobs: - name: Deploy BACK to production server working-directory: backend/prod/ - run: ./start.sh + run: | + nohup ./start.sh &>/dev/null & + disown