homepage/.drone.yml
surtur 6855a12940
All checks were successful
continuous-integration/drone/push Build is passing
switched to using own pre-built image
2020-03-02 01:03:14 +01:00

14 lines
247 B
YAML

kind: pipeline
type: docker
name: hugo builder
steps:
- name: hugo-extended
pull: if-not-exists
image: immawanderer/docker-archlinux-hugo
commands:
- git submodule init
- git submodule update
- hugo version
- hugo --gc=true