hyteck-blog/.woodpecker.yml
moanos 881371262d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: Use steps
2024-04-16 22:04:47 +02:00

20 lines
316 B
YAML

---
steps:
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