hyteck-blog/.woodpecker.yml
2023-01-24 18:58:42 +01:00

20 lines
319 B
YAML

---
pipeline:
build:
image: klakegg/hugo
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
- reinmuth.uberspace.de
username: moanos
target: /home/moanos/html/
source: public/
key:
from_secret: ssh_key