Feat: add CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dorian Zedler 2022-11-14 16:44:48 +01:00
parent 4015f6b5ca
commit 7260e12e40
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

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