This commit is contained in:
parent
a4ea555cf2
commit
a18c423a5b
|
@ -45,7 +45,7 @@ steps:
|
|||
- drone_rpc_secret
|
||||
#host: ${SSH_HOST}
|
||||
#key: ${SSH_KEY}
|
||||
#password: ${PASSWORD}
|
||||
password: ${PASSWORD}
|
||||
#passphrase: ${SSH_PASSPHRASE}
|
||||
#port: 2022
|
||||
script:
|
||||
|
@ -90,12 +90,14 @@ steps:
|
|||
from_secret: registry-port
|
||||
SSH_HOST:
|
||||
from_secret: ssh-host
|
||||
SSH_KEY:
|
||||
from_secret: ssh-key
|
||||
#SSH_KEY:
|
||||
# from_secret: ssh-key
|
||||
SSH_PORT:
|
||||
from_secret: ssh-port
|
||||
SSH_USERNAME:
|
||||
from_secret: ssh-user
|
||||
PASSWORD:
|
||||
from_secret: ssh-password
|
||||
|
||||
- name: scp
|
||||
image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47
|
||||
|
|
Loading…
Reference in New Issue