This commit is contained in:
parent
807a1595d8
commit
5cd1b4dad0
25
.woodpecker.yml
Normal file
25
.woodpecker.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: klakegg/hugo
|
||||||
|
commands:
|
||||||
|
- hugo
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
- event: manual
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image: appleboy/drone-scp
|
||||||
|
settings:
|
||||||
|
strip_components: 1
|
||||||
|
host:
|
||||||
|
- cardea.uberspace.de
|
||||||
|
username: deimos
|
||||||
|
target: /home/deimos/html/
|
||||||
|
source: public/
|
||||||
|
key:
|
||||||
|
from_secret: ssh_key
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
- event: manual
|
Loading…
x
Reference in New Issue
Block a user