homepage/.drone.yml
surtur cb0dade65b
Some checks failed
continuous-integration/drone/push Build is failing
specifying we want a docker runner
2020-02-27 17:36:42 +01:00

15 lines
228 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.65.3
validate: false
commands:
- git submodule init
- git submodule update
- hugo --gc=true