This commit is contained in:
parent
f4f84dbef0
commit
0ab3b5fe8c
|
@ -49,8 +49,8 @@ steps:
|
|||
- drone_rpc_secret
|
||||
- key
|
||||
host: ${HOST}
|
||||
#key: ${SSH_KEY}
|
||||
password: ${PASSWORD}
|
||||
key: ${KEY}
|
||||
#password: ${PASSWORD}
|
||||
#passphrase: ${SSH_PASSPHRASE}
|
||||
port: ${PORT}
|
||||
script:
|
||||
|
@ -92,14 +92,14 @@ steps:
|
|||
from_secret: registry-port
|
||||
HOST:
|
||||
from_secret: ssh-host
|
||||
#KEY:
|
||||
# from_secret: ssh-key
|
||||
KEY:
|
||||
from_secret: ssh-key
|
||||
PORT:
|
||||
from_secret: ssh-port
|
||||
SSH_USER:
|
||||
from_secret: ssh-user
|
||||
PASSWORD:
|
||||
from_secret: ssh-password
|
||||
#PASSWORD:
|
||||
# from_secret: ssh-password
|
||||
|
||||
- name: scp
|
||||
image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47
|
||||
|
|
Loading…
Reference in New Issue