mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Update .travis.yml
This commit is contained in:
parent
b46c4f0dff
commit
23effd8e99
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ before_deploy:
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ <1></1>user@$hostname:$production_path
|
script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ user@$hostname:$production_path
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue