add pipeline
continuous-integration/drone/push Build is failing Details

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
1 changed files with 10 additions and 0 deletions

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