Enable travis
This commit is contained in:
parent
b5baa037bf
commit
6587f0c143
|
@ -0,0 +1,8 @@
|
||||||
|
ilanguage: python
|
||||||
|
python: 2.7
|
||||||
|
install: "pip install Lektor"
|
||||||
|
script: "lektor build && lektor deploy production"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
- $HOME/.cache/lektor
|
|
@ -5,7 +5,7 @@ url = https://www.getlektor.com/
|
||||||
[servers.production]
|
[servers.production]
|
||||||
enabled = yes
|
enabled = yes
|
||||||
name = Production
|
name = Production
|
||||||
target = rsync://flow.srv.pocoo.org/srv/websites/getlektor.com/static
|
target = rsync://deploy@flow.srv.pocoo.org/srv/websites/getlektor.com/static
|
||||||
default = yes
|
default = yes
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
|
Loading…
Reference in New Issue