From 134b3edf214f401f9cb19c9c310c1845a9f8d82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A7=88=ED=98=84=EC=9A=B0?= Date: Sun, 19 Nov 2023 16:19:00 +0900 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20=ED=8C=8C=EC=9D=BC=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index caa6a98..4d24bd4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Package Application - run: cd client && tar -czvf build.tar.gz build + run: tar -czvf build.tar.gz build - name: Deploy React App uses: appleboy/scp-action@v0.1.3