Dorian Zedler
4656f78957
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
No EOL
279 B
YAML
15 lines
No EOL
279 B
YAML
kind: pipeline
|
|
name: build and publish site
|
|
|
|
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 |