Merge branch 'master' into draft
This commit is contained in:
commit
4e55e58a45
25
.drone.yml
25
.drone.yml
@ -1,6 +1,7 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build-draft:
|
build-draft:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: plugins/hugo
|
||||||
|
hugoVersion: 0.52
|
||||||
validate: true
|
validate: true
|
||||||
buildDrafts: true
|
buildDrafts: true
|
||||||
buildExpired: true
|
buildExpired: true
|
||||||
@ -11,18 +12,22 @@ pipeline:
|
|||||||
event: push
|
event: push
|
||||||
|
|
||||||
build-prod:
|
build-prod:
|
||||||
image: cbrgm/drone-hugo:latest
|
image: plugins/hugo
|
||||||
|
hugoVersion: 0.52
|
||||||
validate: true
|
validate: true
|
||||||
|
buildFuture: true
|
||||||
theme: geeklab
|
theme: geeklab
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
# publish:
|
publish:
|
||||||
# image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
# source: public/*
|
source: public/*
|
||||||
# target: /var/www/virtual/geeklab/geeklabor.de
|
target: /var/www/virtual/geeklab/html/geeklabor.de/
|
||||||
# secrets: [ ssh_username, ssh_password, ssh_key ]
|
secrets: [ ssh_host, ssh_username, ssh_key ]
|
||||||
# when:
|
strip_components: 1
|
||||||
# branch: master
|
rm: true
|
||||||
# event: push
|
when:
|
||||||
|
branch: master
|
||||||
|
event: push
|
||||||
|
@ -3,3 +3,6 @@ title: "Kontakt"
|
|||||||
date: 2018-10-11T14:36:10+02:00
|
date: 2018-10-11T14:36:10+02:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Persönlich
|
||||||
|
- E-Mail: mail [ett] geeklabor.de
|
||||||
|
Reference in New Issue
Block a user