raus-zum-fun-website/.drone.yml
Dorian Zedler 7260e12e40
All checks were successful
continuous-integration/drone/push Build is passing
Feat: add CI
2022-11-14 16:44:48 +01:00

15 lines
264 B
YAML

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