From fb14e3135c283d7de002fd71a037884770463611 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Tue, 6 Aug 2024 19:54:57 +0200 Subject: [PATCH] Update kickernstage.yml --- .github/workflows/kickernstage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kickernstage.yml b/.github/workflows/kickernstage.yml index fe13fd1..921ffbc 100644 --- a/.github/workflows/kickernstage.yml +++ b/.github/workflows/kickernstage.yml @@ -13,8 +13,8 @@ jobs: - name: rsync deployments uses: burnett01/rsync-deployments@7.0.1 with: - switches: -avzr --delete - path: src/ + switches: -avzr + path: src/structure/ remote_path: ${{ secrets.KICKERN_STAGE_PATH }} remote_host: ${{ secrets.KICKERN_STAGE_HOST }} remote_port: ${{ secrets.KICKERN_STAGE_PORT }}