point rsync to live doc folder

This commit is contained in:
dessant 2015-11-20 20:17:40 +02:00
parent 8fe8b84135
commit 9ac7576ce5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ after_success:
openssl aes-256-cbc -K $encrypted_675f1a0c317c_key -iv $encrypted_675f1a0c317c_iv -in ./kivy/tools/travis/id_rsa.enc -out ~/.ssh/id_rsa -d;
chmod 600 ~/.ssh/id_rsa;
echo -e "Host kivy.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config;
rsync -r -e ssh ./doc/build/html kivy@kivy.org:~/kivy.org/doctest;
rsync --delete --force -r -e ssh ./doc/build/html/ kivy@kivy.org:~/kivy.org/docs/api-trunk/;
fi;
notifications: