Add '.drone.yml'

This commit is contained in:
Dorian Zedler 2022-08-03 11:42:42 +02:00
parent f9bc3224fa
commit bb2576e34a
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: build
image: klakegg/hugo:ext-alpine-ci
command: ["hugo --minify"]
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: public
ssh_key:
from_secret: gitea-ssh-key