Adding a Drone pipeline

drafts
Nick Dumas 5 months ago
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…
Cancel
Save