Skip to content

Commit

Permalink
Added travis deploy ability. Fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquassaut committed Oct 29, 2015
1 parent 776cfa3 commit 37ebc32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added .travis.deploy.enc
Binary file not shown.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -1,4 +1,9 @@
language: python
env:
global:
- secure: jURdaayKTiqqpo8tOBvOTmpGrDJSrilzdHOmYNhermQRyypFPr1u/8/tN7g2K48xijHhndx9pLJVe3TfoNBqmgzHBs3CUc4H/L+ywppMJJ6tFTf2y5Fc6yZGZzn3AqWFe0aS7upTkylim8K+LNcDIxUNTZEQZPDjlUt5YADYMgI=
- secure: AvXIiBjh3TNCcYm6ALE28alDZb3MxzHDPB8+fSQLQ2116ckeIzUGnM7eQ/pckKLT+X4QhzaWm1kuWZjLm66tqdaPyhSgATQ7Za6CEZ9tnTUbBN2tnaX5X0G/Xy73fMGx67MVbJuCm24q8C7DoT9MIyH8J3gZ/VlWFT6bCF7VUQY=
- secure: WYihNbsxa7VdbzD75AvMW7zbOGAz0MIdvZezRMAyjjZ0sNLAcXkfBI8JgN7FJ76riw6R4Hb+9iJyoP6XHZ6qOHgfvk7rqJhdoPZ4U7qK+bRoUerQt8Gf5zfhuUfS1nFo1V3vBnHDLWzZbcvZsZk38pjlT+VUjedX5u7KicsC554=
python:
- 2.7
install:
Expand All @@ -7,5 +12,11 @@ script:
- rm -rf build/ tmp/
- sphinx-build -aE -nW -b html -d tmp docs-en/source/ build/en
- sphinx-build -aE -nW -b html -d tmp docs-fr/source/ build/fr
after_success:
- openssl aes-256-cbc -K $encrypted_9f7cba75ae55_key -iv $encrypted_9f7cba75ae55_iv -in .travis.deploy.enc -out .travis.deploy -d
- chmod 600 .travis.deploy
- eval "$(ssh-agent -s)"
- ssh-add .travis.deploy
- rsync -az --force --delete build/ "$USER"@"$IP":"$PATH"
sudo: false

0 comments on commit 37ebc32

Please sign in to comment.