Skip to content

Commit

Permalink
Update rsync-deployments version
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias <[email protected]>
  • Loading branch information
T0biii authored and GoliathLabs committed Mar 30, 2024
1 parent 8bdf77a commit 52cec42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand All @@ -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/
Expand All @@ -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
Expand Down

0 comments on commit 52cec42

Please sign in to comment.