parent
6c2e0e305c
commit
0798eaf0e7
1 changed files with 11 additions and 3 deletions
|
@ -10,7 +10,15 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hugo -D
|
- hugo -D
|
||||||
deploy:
|
deploy:
|
||||||
image: debian
|
image: appleboy/drone-scp
|
||||||
secrets: [SSH]
|
secrets: [SSH]
|
||||||
commands:
|
settings:
|
||||||
- scp -i $SSH -P 4545 -r public riq0h@109.123.230.119:~/
|
host:
|
||||||
|
- mystech.ink
|
||||||
|
username: riq0h
|
||||||
|
password:
|
||||||
|
from_secret: $SSH
|
||||||
|
port: 4545
|
||||||
|
target: /home/riq0h/
|
||||||
|
source:
|
||||||
|
- public
|
||||||
|
|
Loading…
Reference in a new issue