documentation/.drone.yml
Dorian Zedler 917c3bbd84
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2022-07-23 20:43:11 +02:00

15 lines
305 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