chore(): Adding rudimentary pipeline

This commit is contained in:
Elia el Lazkani 2021-07-04 08:22:25 +02:00
parent 21bc591e59
commit f0ed6521a6

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
name: default
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.84.4
validate: true