This commit is contained in:
parent
53947fe375
commit
08edbaebdd
1 changed files with 3 additions and 2 deletions
|
@ -11,11 +11,12 @@ steps:
|
||||||
- hugo -D
|
- hugo -D
|
||||||
deploy:
|
deploy:
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
secrets: [HOTS, SSH, PORT]
|
secrets: [USER, HOTS, SSH, PORT]
|
||||||
settings:
|
settings:
|
||||||
hosts:
|
hosts:
|
||||||
from_secret: HOST
|
from_secret: HOST
|
||||||
user: riq0h
|
user:
|
||||||
|
from_secret: USER
|
||||||
key:
|
key:
|
||||||
from_secret: SSH
|
from_secret: SSH
|
||||||
port:
|
port:
|
||||||
|
|
Loading…
Reference in a new issue