rsync stats

This commit is contained in:
Jakub Mikita 2020-03-04 07:22:47 +01:00
parent b2ebaef024
commit 10ccf8b217
2 changed files with 2 additions and 2 deletions

View file

@ -49,6 +49,6 @@ jobs:
DEPLOY_KEY: ${{ secrets.SERVER_DEPLOY_KEY }}
with:
flags: '-aCh'
options: '--delete-after --exclude-from=".deploy-excludes"'
options: '--stats --delete-after --exclude-from=".deploy-excludes"'
src: '.'
dest: ${{ secrets.PRODUCTION_RSYNC_URL }}

View file

@ -49,6 +49,6 @@ jobs:
DEPLOY_KEY: ${{ secrets.SERVER_DEPLOY_KEY }}
with:
flags: '-aCh'
options: '--delete-after --exclude-from=".deploy-excludes"'
options: '--stats --delete-after --exclude-from=".deploy-excludes"'
src: '.'
dest: ${{ secrets.STAGING_RSYNC_URL }}