moanos c9f46d7547
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci: fix?
2025-01-19 07:12:09 +01:00

30 lines
448 B
YAML

---
steps:
build:
image: moanos/sphinx-rtd
commands:
- cd docs && make html
when:
event: [ tag, push ]
deploy:
image: appleboy/drone-scp
settings:
strip_components: 3
host:
from_secret: host
username:
from_secret: ssh_user
target:
from_secret: path
source: docs/_build/html/
key:
from_secret: ssh_key
when:
event: [ tag, push ]