1
0

Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Alan Orth 2020-12-10 12:15:48 +02:00
parent aaa837cc05
commit 9f4c7fbad5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
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