ssh-key
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
da38e086f7
commit
feea2e1592
|
@ -3,9 +3,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
# skip_verify: true
|
# skip_verify: true
|
||||||
|
@ -62,8 +59,8 @@ steps:
|
||||||
from_secret: ssh-host
|
from_secret: ssh-host
|
||||||
username:
|
username:
|
||||||
from_secret: ssh-user
|
from_secret: ssh-user
|
||||||
password:
|
key:
|
||||||
from_secret: ssh-password
|
from_secret: ssh-key
|
||||||
port:
|
port:
|
||||||
from_secret: ssh-port
|
from_secret: ssh-port
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
|
@ -103,8 +100,8 @@ steps:
|
||||||
from_secret: ssh-host
|
from_secret: ssh-host
|
||||||
username:
|
username:
|
||||||
from_secret: ssh-user
|
from_secret: ssh-user
|
||||||
password:
|
key:
|
||||||
from_secret: ssh-password
|
from_secret: ssh_key
|
||||||
port:
|
port:
|
||||||
from_secret: ssh-port
|
from_secret: ssh-port
|
||||||
script:
|
script:
|
||||||
|
|
Reference in New Issue