Build Fix

Hoping to fix build issue
This commit is contained in:
Chuck Williams 2017-01-19 22:43:11 -07:00
parent 0d166bb2db
commit 5b342ab593

View file

@ -29,6 +29,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/ 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