raus-zum-fun-website/.drone.yml

20 lines
362 B
YAML
Raw Permalink Normal View History

2022-11-14 16:44:48 +01:00
kind: pipeline
name: default
steps:
2022-11-14 17:11:31 +01:00
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
2022-11-14 16:44:48 +01:00
- 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