This commit is contained in:
parent
7ee2accafb
commit
9a559a9fd6
|
@ -47,6 +47,7 @@ steps:
|
|||
- ssh_password
|
||||
- drone_gitea_client_secret
|
||||
- drone_rpc_secret
|
||||
- ssh_key
|
||||
host: ${SSH_HOST}
|
||||
password: ${SSH_PASSWORD}
|
||||
#passphrase: ${SSH_PASSPHRASE}
|
||||
|
@ -88,6 +89,8 @@ steps:
|
|||
from_secret: registry-port
|
||||
SSH_HOST:
|
||||
from_secret: ssh-host
|
||||
SSH_KEY:
|
||||
from_secret: ssh-key
|
||||
SSH_PORT:
|
||||
from_secret: ssh-port
|
||||
SSH_USER:
|
||||
|
|
Loading…
Reference in New Issue