From 4c16e01937d6a45ff9f9f413083c79cd82580a56 Mon Sep 17 00:00:00 2001 From: PMtHk Date: Wed, 13 Nov 2024 17:18:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20CD=20build=20=EC=BB=A4=EB=A7=A8=EB=93=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index cc05f59..c34a630 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies and build run: | pnpm install - turbo build + pnpm build - name: Deploy to Ubuntu server uses: appleboy/ssh-action@master