2015-12-19 15:01:19 +01:00
|
|
|
language: python
|
2015-12-19 14:58:24 +01:00
|
|
|
python: 2.7
|
2015-12-19 15:41:08 +01:00
|
|
|
install: "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
2015-12-19 14:58:24 +01:00
|
|
|
script: "lektor build && lektor deploy production"
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cache/pip
|
|
|
|
- $HOME/.cache/lektor
|
2015-12-19 15:03:22 +01:00
|
|
|
addons:
|
|
|
|
ssh_known_hosts: flow.srv.pocoo.org
|