From cfaa9cbc975ed1c96078cc57f23253fdb0a3a2f4 Mon Sep 17 00:00:00 2001 From: gamgyul163 Date: Thu, 28 Nov 2024 12:20:57 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EC=B1=84=ED=8C=85=20?= =?UTF-8?q?=EC=84=9C=EB=B2=84=20=EB=B0=B0=ED=8F=AC=20=EC=9B=8C=ED=81=AC?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Backend/server/chats/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/server/chats/deploy.sh b/Backend/server/chats/deploy.sh index 48fc16a2..1526e014 100644 --- a/Backend/server/chats/deploy.sh +++ b/Backend/server/chats/deploy.sh @@ -20,7 +20,7 @@ git pull origin "$BRANCH_NAME" # 의존성 설치 및 빌드 npm install || exit 5 -npm run build api || exit 6 +npm run build chats || exit 6 # 서버 재시작 forever stop dist/apps/chats/main.js || true # 기존 프로세스가 없어도 오류 발생 방지