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