mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-22 07:00:38 +01:00
Enable travis
This commit is contained in:
parent
b5baa037bf
commit
6587f0c143
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -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]
|
||||
enabled = yes
|
||||
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
|
||||
|
||||
[packages]
|
||||
|
Loading…
Reference in New Issue
Block a user