This commit is contained in:
parent
3009d07f93
commit
de73c4b651
1 changed files with 7 additions and 9 deletions
|
@ -10,17 +10,15 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hugo -D
|
- hugo -D
|
||||||
deploy:
|
deploy:
|
||||||
image: appleboy/drone-scp
|
image: drillster/drone-rsync
|
||||||
secrets: [HOST, SSH, PORT]
|
secrets: [HOTS, SSH, PORT]
|
||||||
settings:
|
settings:
|
||||||
host:
|
hosts:
|
||||||
from_secret: HOST
|
from_secret: HOST
|
||||||
username: riq0h
|
user: riq0h
|
||||||
key:
|
key:
|
||||||
from_secret: SSH
|
from_secret: SSH
|
||||||
port:
|
port:
|
||||||
from_secret: PORT
|
from_secret: PORT
|
||||||
target: /var/www/html/
|
source: public
|
||||||
source:
|
target: /var/www/html
|
||||||
- public
|
|
||||||
overwrite: true
|
|
||||||
|
|
Loading…
Reference in a new issue