1
0
picturingjordan.com/.drone.yml

16 lines
225 B
YAML
Raw Normal View History

2020-12-10 11:15:48 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- name: build
image: klakegg/hugo
commands:
- hugo
# vim: ts=2 sw=2 et