Add woodpecker config

This commit is contained in:
moanos [he/him] 2023-08-28 13:00:31 +02:00
parent 588d523cae
commit 468ca7c442

22
.woodpecker.yml Normal file
View File

@ -0,0 +1,22 @@
---
pipeline:
build:
image: klakegg/hugo
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
from_secret: ssh_host
username:
from_secret: ssh_user
target:
from_secret: target_directory
source: public/
key:
from_secret: ssh_key