This commit is contained in:
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
|
Reference in New Issue
Block a user