diff --git a/.drone.yml b/.drone.yml index e734f77..e9cffef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: build-draft: - image: cbrgm/drone-hugo:latest + image: plugins/hugo + hugoVersion: 0.52 validate: true buildDrafts: true buildExpired: true @@ -11,18 +12,22 @@ pipeline: event: push build-prod: - image: cbrgm/drone-hugo:latest + image: plugins/hugo + hugoVersion: 0.52 validate: true + buildFuture: true theme: geeklab when: branch: master event: push - # publish: - # image: appleboy/drone-scp - # source: public/* - # target: /var/www/virtual/geeklab/geeklabor.de - # secrets: [ ssh_username, ssh_password, ssh_key ] - # when: - # branch: master - # event: push + publish: + image: appleboy/drone-scp + source: public/* + target: /var/www/virtual/geeklab/html/geeklabor.de/ + secrets: [ ssh_host, ssh_username, ssh_key ] + strip_components: 1 + rm: true + when: + branch: master + event: push diff --git a/content/contact.md b/content/contact.md index fbfd740..e79578d 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,3 +3,6 @@ title: "Kontakt" date: 2018-10-11T14:36:10+02:00 draft: false --- + +### Persönlich +- E-Mail: mail [ett] geeklabor.de