mirror of
https://ghproxy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2025-10-04 01:59:47 +08:00
rsync stats
This commit is contained in:
parent
b2ebaef024
commit
10ccf8b217
2 changed files with 2 additions and 2 deletions
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
|
@ -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 }}
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
@ -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 }}
|
Loading…
Add table
Add a link
Reference in a new issue