Notfellchen/.woodpecker.yml
moanos 61cee697e4
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
ci: Add docs ci
2024-10-04 09:20:34 +02:00

33 lines
588 B
YAML

---
steps:
create_docker_image:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: moanos/sphinx-rtd
dockerfile: docs/Dockerfile
tag: latest
build:
image: moanos/sphinx-rtd
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