webseite/.travis.yml
L3D 92db927622
Update JS and travis (#13)
* delete some REANDOM JavaScriptShit

* Update JS and sass

* improve sassc

* edit travis config
2019-04-03 19:26:41 +02:00

18 lines
532 B
YAML

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"