Adding a Drone pipeline
parent
911e3cc6b0
commit
14a02c1091
@ -0,0 +1,11 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: blog
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
|
steps:
|
||||||
|
name: hugo
|
||||||
|
image: code.ndumas.com/hugo:latest
|
||||||
|
commands:
|
||||||
|
- hugo build
|
Loading…
Reference in New Issue