diff --git a/.travis.yml b/.travis.yml index 973cff7..c9f636a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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