From b292975ad501b35db790cff87b605b0dc622b890 Mon Sep 17 00:00:00 2001 From: koomin Date: Mon, 20 Nov 2023 16:37:55 +0900 Subject: [PATCH] =?UTF-8?q?[BE]=20Fix=20:=20CD=20yml=20=EB=AA=85=EB=A0=B9?= =?UTF-8?q?=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