From b292975ad501b35db790cff87b605b0dc622b890 Mon Sep 17 00:00:00 2001 From: koomin Date: Mon, 20 Nov 2023 16:37:55 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[BE]=20Fix=20:=20CD=20yml=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BE-CD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BE-CD.yml b/.github/workflows/BE-CD.yml index 6d53b23..beab792 100644 --- a/.github/workflows/BE-CD.yml +++ b/.github/workflows/BE-CD.yml @@ -15,6 +15,6 @@ jobs: # node.js 를 설치한다. - name: run npm run: | - cd be + cd BE npm install - pm2 start npm -- run start:dev \ No newline at end of file + pm2 start npm -- run start:dev From 672a701b3d19c42d599dd4866f6937a5a891425d Mon Sep 17 00:00:00 2001 From: koomin Date: Mon, 20 Nov 2023 16:40:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[BE]=20Fix=20:=20CD=20yml=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EC=8B=A4=ED=96=89=20=EB=AA=85=EB=A0=B9=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BE-CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BE-CD.yml b/.github/workflows/BE-CD.yml index beab792..52d6a22 100644 --- a/.github/workflows/BE-CD.yml +++ b/.github/workflows/BE-CD.yml @@ -17,4 +17,4 @@ jobs: run: | cd BE npm install - pm2 start npm -- run start:dev + pm2 start npm -- run start:prod