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:
|
|
|
|
- hugo
|
2023-01-24 15:36:49 +00:00
|
|
|
|
|
|
|
deploy:
|
|
|
|
image: appleboy/dron-scp
|
|
|
|
settings:
|
|
|
|
host:
|
|
|
|
- reinmuth.uberspace.de
|
|
|
|
username: moanos
|
|
|
|
target: /home/moanos/html/
|
|
|
|
source: public/
|
|
|
|
key:
|
|
|
|
from_secret: ssh_key
|