This commit is contained in:
parent
f7664caec1
commit
d53b3ec356
1 changed files with 4 additions and 3 deletions
|
@ -11,14 +11,15 @@ steps:
|
||||||
- hugo -D
|
- hugo -D
|
||||||
deploy:
|
deploy:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
secrets: [SSH]
|
secrets: [HOST, SSH, PORT]
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
- 109.123.230.119
|
from_secret: HOST
|
||||||
username: riq0h
|
username: riq0h
|
||||||
key:
|
key:
|
||||||
from_secret: SSH
|
from_secret: SSH
|
||||||
port: 4545
|
port:
|
||||||
|
from_secret: PORT
|
||||||
target: /var/www/html/
|
target: /var/www/html/
|
||||||
source:
|
source:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue