From a288891d70333d5996dadf18b5415eca2cbdf28b Mon Sep 17 00:00:00 2001 From: JeonHaeseung <414catherine@gmail.com> Date: Wed, 29 May 2024 21:01:34 +0900 Subject: [PATCH] =?UTF-8?q?[!HOTFIX]=20=EC=84=A4=EC=A0=95=20=EA=B0=92=20EC?= =?UTF-8?q?2=EC=97=90=EB=8F=84=20=EC=A0=80=EC=9E=A5=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index 1655d46..d58a8eb 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -84,6 +84,7 @@ jobs: uses: burnett01/rsync-deployments@4.1 with: switches: -avzr --delete + path: ./config remote_path: ./dev remote_host: ${{ secrets.HOST_DEV }} remote_user: ${{ secrets.USER_DEV }}