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
|
||||
type: docker
|
||||
name: default
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
clone:
|
||||
# skip_verify: true
|
||||
|
@ -62,8 +59,8 @@ steps:
|
|||
from_secret: ssh-host
|
||||
username:
|
||||
from_secret: ssh-user
|
||||
password:
|
||||
from_secret: ssh-password
|
||||
key:
|
||||
from_secret: ssh-key
|
||||
port:
|
||||
from_secret: ssh-port
|
||||
command_timeout: 2m
|
||||
|
@ -103,8 +100,8 @@ steps:
|
|||
from_secret: ssh-host
|
||||
username:
|
||||
from_secret: ssh-user
|
||||
password:
|
||||
from_secret: ssh-password
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
port:
|
||||
from_secret: ssh-port
|
||||
script:
|
||||
|
|
Reference in New Issue