From 9062fa407331722fca19c3295d5da8dbb16e0209 Mon Sep 17 00:00:00 2001 From: gs0428 Date: Thu, 22 Aug 2024 00:17:14 +0900 Subject: [PATCH] =?UTF-8?q?test:=20pm2=20=EC=8B=A4=ED=96=89=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 335f4e5..a051746 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: script: | cd ~ cd back-end - npx pm2 stop back-end > /dev/null 2>&1 + npx pm2 stop back-end echo stop server git pull origin main if ! command -v node &> /dev/null; then @@ -36,5 +36,5 @@ jobs: sudo apt install -y npm fi npm ci - npx pm2 start npm --name back-end -- start > /dev/null 2>&1 + npx pm2 start npm --name back-end -- start echo start server