mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Turned on rsync logging and checksum
This commit is contained in:
parent
cf63db5f9a
commit
2f78992e16
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ before_deploy:
|
|||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: rsync -r --delete-after --quiet $TRAVIS_BUILD_DIR/_site $user@$hostname:$production_path
|
||||
script: rsync -r -c -v --delete-after --quiet $TRAVIS_BUILD_DIR/_site $user@$hostname:$production_path
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue