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