Notfellchen/.woodpecker.yml

25 lines
373 B
YAML
Raw Permalink Normal View History

2024-10-03 07:03:28 +00:00
---
steps:
build:
2024-10-04 07:20:34 +00:00
image: moanos/sphinx-rtd
2024-10-03 07:03:28 +00:00
commands:
- cd docs && make html
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