hyteck-blog/.woodpecker.yml

20 lines
318 B
YAML
Raw Normal View History

2023-01-24 16:02:56 +00:00
---
2023-01-24 16:04:00 +00:00
pipeline:
2023-01-24 15:36:49 +00:00
build:
2023-01-24 16:13:42 +00:00
image: klakegg/hugo
2023-01-24 16:02:56 +00:00
commands:
2023-01-24 17:49:44 +00:00
- hugo
2023-01-24 15:36:49 +00:00
deploy:
2023-01-24 16:18:58 +00:00
image: appleboy/drone-scp
2023-01-24 15:36:49 +00:00
settings:
host:
- reinmuth.uberspace.de
username: moanos
2023-01-24 17:49:44 +00:00
target: /var/www/virtual/moanos/
source:
2023-01-24 15:36:49 +00:00
key:
from_secret: ssh_key
2023-01-24 17:50:33 +00:00
strip_components: 1