mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Build Fix
Hoping to fix build issue
This commit is contained in:
parent
0d166bb2db
commit
5b342ab593
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ before_deploy:
|
|||
deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ user@$hostname:$production_path
|
||||
script: rsync -r -c -v --delete-after --exclude-from 'ciexclude.txt' $TRAVIS_BUILD_DIR/_site/ $user@$hostname:$production_path
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue