This commit is contained in:
parent
aaa837cc05
commit
9f4c7fbad5
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user