From b56bca163b0408bcc6657a7141c462b6d0a8754a Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 19 Dec 2019 20:36:59 +0100 Subject: [PATCH] Please just copy the files (and no compression of binaries etc) --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 513962871cb..c899de06a8d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -111,7 +111,7 @@ jobs: DEPLOY_KEY: ${{ secrets.buildJabRefPrivateKey }} BRANCH: ${{ steps.gitversion.outputs.branchName }} with: - flags: -avzr --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" + flags: -vr --rsync-path="mkdir -p /var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }} && rsync" options: '' ssh_options: '-p 9922' src: 'build/distribution/'