Skip to content

Commit 52cec42

Browse files
T0biiiGoliathLabs
authored andcommitted
Update rsync-deployments version
Signed-off-by: Tobias <tobias-m99@gmx.de>
1 parent 8bdf77a commit 52cec42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build
2222

2323
- name: rsync deployments for map.ffmuc.net (build)
24-
uses: burnett01/rsync-deployments@5.2
24+
uses: burnett01/rsync-deployments@7.0.0
2525
with:
2626
switches: -avzr --delete --exclude .ssh
2727
path: build/
@@ -31,7 +31,7 @@ jobs:
3131
remote_key: ${{ secrets.DEPLOY_KEY }}
3232

3333
- name: rsync deployments for map.ffmuc.net (config)
34-
uses: burnett01/rsync-deployments@5.2
34+
uses: burnett01/rsync-deployments@7.0.0
3535
with:
3636
switches: -avz
3737
path: config-ffmuc.json
@@ -41,7 +41,7 @@ jobs:
4141
remote_key: ${{ secrets.DEPLOY_KEY }}
4242

4343
- name: rsync deployments for map.freifunk-donau-ries.de (build)
44-
uses: burnett01/rsync-deployments@5.2
44+
uses: burnett01/rsync-deployments@7.0.0
4545
with:
4646
switches: -avzr --delete --exclude .ssh
4747
path: build/
@@ -51,7 +51,7 @@ jobs:
5151
remote_key: ${{ secrets.DEPLOY_KEY }}
5252

5353
- name: rsync deployments for map.freifunk-donau-ries.de (config)
54-
uses: burnett01/rsync-deployments@5.2
54+
uses: burnett01/rsync-deployments@7.0.0
5555
with:
5656
switches: -avz
5757
path: config-ffdon.json

0 commit comments

Comments
 (0)