From 672a701b3d19c42d599dd4866f6937a5a891425d Mon Sep 17 00:00:00 2001 From: koomin Date: Mon, 20 Nov 2023 16:40:31 +0900 Subject: [PATCH] =?UTF-8?q?[BE]=20Fix=20:=20CD=20yml=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=8B=A4=ED=96=89=20=EB=AA=85=EB=A0=B9=20=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 | 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