From 9a6f96b7e41cf34ad535f80f2f985c86a9a50426 Mon Sep 17 00:00:00 2001 From: JeonHaeseung <414catherine@gmail.com> Date: Wed, 29 May 2024 21:08:23 +0900 Subject: [PATCH] =?UTF-8?q?[!HOTFIX]=20=ED=94=84=EB=A1=9C=EB=8D=95?= =?UTF-8?q?=EC=85=98=EC=97=90=EB=8F=84=20CICD=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 80d3054..ee3208e 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -89,6 +89,7 @@ jobs: uses: burnett01/rsync-deployments@4.1 with: switches: -avzr --delete + path: ./config remote_path: ./prod remote_host: ${{ secrets.HOST_PROD }} remote_user: ${{ secrets.USER_PROD }}