fix indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-01-13 16:17:48 +01:00
parent 206045607e
commit 4801c886f4

View File

@ -2,7 +2,6 @@
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: build-draft - name: build-draft
image: plugins/hugo image: plugins/hugo
@ -13,20 +12,19 @@ steps:
buildExpired: true buildExpired: true
buildFuture: true buildFuture: true
theme: geeklab theme: geeklab
when: when:
branch: [ draft ] branch: [ draft ]
event: [ push ] event: [ push ]
- name: build - name: build
image: plugins/hugo image: plugins/hugo
settings: settings:
hugoVersion: 0.52 hugoVersion: 0.52
validate: true validate: true
buildFuture: true
theme: geeklab theme: geeklab
when: when:
branch: [ master ] branch: [ master ]
event: [ push ] event: [ push ]
- name: publish - name: publish
image: appleboy/drone-scp image: appleboy/drone-scp
@ -41,6 +39,6 @@ steps:
from_secret: ssh_key from_secret: ssh_key
strip_components: 1 strip_components: 1
rm: true rm: true
when: when:
branch: [ master ] branch: [ master ]
event: [ push ] event: [ push ]