1
0
jcktrue.dk/.drone.yml

13 lines
220 B
YAML
Raw Normal View History

2020-02-25 09:27:35 +00:00
kind: pipeline
name: default
steps:
- name: requirements
image: alpine/git
commands:
2020-02-25 10:09:31 +00:00
- git submodule update --recursive --remote --init
2020-02-25 09:27:35 +00:00
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo-official