Skip to content

Commit 975693e

Browse files
author
tombertrand
committed
Update rsync task
1 parent 7e639ca commit 975693e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
npm run build
2727
2828
- name: Rsync deployment
29-
uses: burnett01/rsync-deployments@4.0
29+
uses: burnett01/rsync-deployments@5.2.1
3030
with:
3131
switches: -avzr --delete --exclude=".env" --exclude="server/data/" --exclude="public/cryptocurrencies/logo"
3232
path: "."

0 commit comments

Comments
 (0)