ci: add basic CI
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
moanos [he/him] 2025-06-30 15:21:48 +02:00
parent 807a1595d8
commit 5cd1b4dad0

25
.woodpecker.yml Normal file
View File

@ -0,0 +1,25 @@
---
steps:
build:
image: klakegg/hugo
commands:
- hugo
when:
- event: push
- event: manual
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
- cardea.uberspace.de
username: deimos
target: /home/deimos/html/
source: public/
key:
from_secret: ssh_key
when:
- event: push
- event: manual