add pipeline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kekskurse 2022-10-14 16:11:06 +02:00
parent 04778654e4
commit 308bc994f8
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: build
image: klakegg/hugo:0.101.0
commands:
- hugo build
- ls -la
- ls -lah dist