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