chore(): Adding rudimentary pipeline
This commit is contained in:
parent
21bc591e59
commit
f0ed6521a6
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: plugins/hugo
|
||||||
|
settings:
|
||||||
|
hugo_version: 0.84.4
|
||||||
|
validate: true
|
Loading…
Reference in a new issue