Add trivis
This commit is contained in:
parent
6c6c9f5055
commit
c3d5e6cdde
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
language: python
|
||||||
|
python: 3.6
|
||||||
|
git:
|
||||||
|
lfs_skip_smudge: true
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
before_install:
|
||||||
|
- git lfs pull
|
||||||
|
- make install-sassc
|
||||||
|
install:
|
||||||
|
- "pip install Lektor"
|
||||||
|
- make sass
|
||||||
|
script: "lektor build"
|
||||||
|
before_deploy: "echo 'c3woc.de ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC5NslYj+wtriBuKIxJfDRm9E2hnlstWR8durQ6pKvVvP7wjcoXIyAxe41GvJ9SoEhSjF7oVlzlw+zAkzl5WOZ4=' > ~/.ssh/known_hosts"
|
||||||
|
deploy:
|
||||||
|
provider: script
|
||||||
|
script: "lektor deploy --key $LEKTOR_DEPLOY_KEY c3woc"
|
Loading…
Add table
Reference in a new issue