Use Travis deployment

Docs: https://docs.travis-ci.com/user/deployment/
This commit is contained in:
David Baumgold 2016-06-02 16:37:41 -07:00
parent 4d3482a698
commit 10010ced77
1 changed files with 5 additions and 1 deletions

View File

@ -5,11 +5,15 @@ install:
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
script:
- "lektor build"
- "test \"$TRAVIS_PULL_REQUEST\" == \"false\" && test \"$TRAVIS_BRANCH\" == \"master\" && lektor deploy production || exit 0"
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor/builds
deploy:
provider: script
script: lektor deploy production
on:
branch: master
addons:
ssh_known_hosts: flow.srv.pocoo.org