This commit is contained in:
12
.drone.yml
Normal file
12
.drone.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: requirements
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
- name: build
|
||||||
|
image: klakegg/hugo:ext-alpine
|
||||||
|
commands:
|
||||||
|
- hugo-official
|
Reference in New Issue
Block a user