gebuehr.net/.woodpecker.yml

25 lines
386 B
YAML
Raw Normal View History

2023-08-28 11:00:31 +00:00
---
2023-11-13 19:15:10 +00:00
steps:
2023-08-28 11:00:31 +00:00
build:
image: klakegg/hugo:ext
2023-08-28 11:00:31 +00:00
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
2023-10-04 08:24:20 +00:00
from_secret: host
2023-08-28 11:00:31 +00:00
username:
from_secret: ssh_user
target:
2023-10-04 08:24:20 +00:00
from_secret: path
2023-08-28 11:00:31 +00:00
source: public/
key:
from_secret: ssh_key
2023-11-15 07:54:14 +00:00
port:
from_secret: ssh_port
2023-08-28 11:00:31 +00:00