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 }}