fix plugin syntax in drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-01-13 16:09:18 +01:00
parent 549537aea1
commit f4220b479e

View File

@ -6,6 +6,7 @@ name: default
steps:
- name: build-draft
image: plugins/hugo
settings:
hugoVersion: 0.52
validate: true
buildDrafts: true
@ -18,6 +19,7 @@ steps:
- name: build
image: plugins/hugo
settings:
hugoVersion: 0.52
validate: true
buildFuture: true
@ -28,6 +30,7 @@ steps:
- name: publish
image: appleboy/drone-scp
settings:
source: public/*
target: /var/www/virtual/geeklab/html/geeklabor.de/
environment: