documentation/.drone.yml
2022-07-23 20:42:54 +02:00

15 lines
303 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: squidfunk/mkdocs-material
command: build
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: site
git_remote: git@itsblue.dev:ScStw/documentation.git
ssh_key:
from_secret: gitea-ssh-key