From 9898ba3598256ee0fc15af6b16ade042cf035170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=91=9E=E4=BA=95=20=E7=AE=95=E6=9C=88?= <105696149+MizuiMiduki@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:20:55 +0900 Subject: [PATCH] fix deploy --- .github/workflows/auto-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 73cb141..e1ed24f 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -18,7 +18,6 @@ jobs: uses: burnett01/rsync-deployments@5.1 with: switches: -avz --delete - path: /** remote_path: ${{ secrets.REMOTE_PATH }} remote_host: ${{ secrets.REMOTE_HOST }} remote_user: ${{ secrets.REMOTE_USER }}