This commit is contained in:
Giles Bradshaw 2020-09-22 10:29:34 +01:00
parent f4f84dbef0
commit 0ab3b5fe8c
1 changed files with 6 additions and 6 deletions

View File

@ -49,8 +49,8 @@ steps:
- drone_rpc_secret - drone_rpc_secret
- key - key
host: ${HOST} host: ${HOST}
#key: ${SSH_KEY} key: ${KEY}
password: ${PASSWORD} #password: ${PASSWORD}
#passphrase: ${SSH_PASSPHRASE} #passphrase: ${SSH_PASSPHRASE}
port: ${PORT} port: ${PORT}
script: script:
@ -92,14 +92,14 @@ steps:
from_secret: registry-port from_secret: registry-port
HOST: HOST:
from_secret: ssh-host from_secret: ssh-host
#KEY: KEY:
# from_secret: ssh-key from_secret: ssh-key
PORT: PORT:
from_secret: ssh-port from_secret: ssh-port
SSH_USER: SSH_USER:
from_secret: ssh-user from_secret: ssh-user
PASSWORD: #PASSWORD:
from_secret: ssh-password # from_secret: ssh-password
- name: scp - name: scp
image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47 image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47