gebuehr.net/.woodpecker.yml
moanos 08f985a137
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: Make SSH port configurable
2023-11-15 08:54:14 +01:00

25 lines
386 B
YAML

---
steps:
build:
image: klakegg/hugo:ext
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
from_secret: host
username:
from_secret: ssh_user
target:
from_secret: path
source: public/
key:
from_secret: ssh_key
port:
from_secret: ssh_port