new deployment
This commit is contained in:
parent
76c6450dd3
commit
dd935519f0
2 changed files with 1 additions and 19 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,18 +0,0 @@
|
||||||
language: python
|
|
||||||
python: 3.6
|
|
||||||
git:
|
|
||||||
lfs_skip_smudge: true
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $HOME/.cache/pip
|
|
||||||
- .git/lfs
|
|
||||||
before_install:
|
|
||||||
- git lfs pull
|
|
||||||
install:
|
|
||||||
- "pip install Lektor"
|
|
||||||
- make build
|
|
||||||
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"
|
|
|
@ -11,7 +11,7 @@ url_style = absolute
|
||||||
enabled = yes
|
enabled = yes
|
||||||
default = yes
|
default = yes
|
||||||
locale = de_DE
|
locale = de_DE
|
||||||
target = rsync://web35@c3woc.de/var/www/podcast.c3woc.de/web
|
target = rsync://webwaffelpodcast@podcast.c3woc.de/srv/www/podcast.c3woc.de/
|
||||||
|
|
||||||
[alternatives.de]
|
[alternatives.de]
|
||||||
name = Deutsch
|
name = Deutsch
|
||||||
|
|
Loading…
Reference in a new issue