Copy folder content not folder (hosestly!)
This commit is contained in:
parent
0064a6f5d3
commit
f06939f0ae
@ -4,7 +4,7 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: klakegg/hugo
|
image: klakegg/hugo
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo -d html
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
@ -12,7 +12,7 @@ pipeline:
|
|||||||
host:
|
host:
|
||||||
- reinmuth.uberspace.de
|
- reinmuth.uberspace.de
|
||||||
username: moanos
|
username: moanos
|
||||||
target: /home/moanos/html
|
target: /home/moanos
|
||||||
source: public/*
|
source: html
|
||||||
key:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
|
Loading…
Reference in New Issue
Block a user