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