10 lines
196 B
YAML
10 lines
196 B
YAML
|
pipeline:
|
||
|
branches: develop
|
||
|
hugo:
|
||
|
image: cbrgm/drone-hugo:latest
|
||
|
buildDrafts: true
|
||
|
buildFuture: true
|
||
|
buildExpired: true
|
||
|
validate: true
|
||
|
url: https://staging.vbrandl.net
|