From 52cec42fcf295a1aa02eae4e16fda3f833402f0e Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 13 Mar 2024 11:25:01 +0100 Subject: [PATCH] Update rsync-deployments version Signed-off-by: Tobias --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed68812d..5fba7091 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - run: npm run build - name: rsync deployments for map.ffmuc.net (build) - uses: burnett01/rsync-deployments@5.2 + uses: burnett01/rsync-deployments@7.0.0 with: switches: -avzr --delete --exclude .ssh path: build/ @@ -31,7 +31,7 @@ jobs: remote_key: ${{ secrets.DEPLOY_KEY }} - name: rsync deployments for map.ffmuc.net (config) - uses: burnett01/rsync-deployments@5.2 + uses: burnett01/rsync-deployments@7.0.0 with: switches: -avz path: config-ffmuc.json @@ -41,7 +41,7 @@ jobs: remote_key: ${{ secrets.DEPLOY_KEY }} - name: rsync deployments for map.freifunk-donau-ries.de (build) - uses: burnett01/rsync-deployments@5.2 + uses: burnett01/rsync-deployments@7.0.0 with: switches: -avzr --delete --exclude .ssh path: build/ @@ -51,7 +51,7 @@ jobs: remote_key: ${{ secrets.DEPLOY_KEY }} - name: rsync deployments for map.freifunk-donau-ries.de (config) - uses: burnett01/rsync-deployments@5.2 + uses: burnett01/rsync-deployments@7.0.0 with: switches: -avz path: config-ffdon.json