This commit is contained in:
parent
9a559a9fd6
commit
f60d5b35ce
|
@ -49,7 +49,7 @@ steps:
|
||||||
- drone_rpc_secret
|
- drone_rpc_secret
|
||||||
- ssh_key
|
- ssh_key
|
||||||
host: ${SSH_HOST}
|
host: ${SSH_HOST}
|
||||||
password: ${SSH_PASSWORD}
|
#password: ${SSH_PASSWORD}
|
||||||
#passphrase: ${SSH_PASSPHRASE}
|
#passphrase: ${SSH_PASSPHRASE}
|
||||||
port: ${SSH_PORT}
|
port: ${SSH_PORT}
|
||||||
script:
|
script:
|
||||||
|
@ -95,8 +95,8 @@ steps:
|
||||||
from_secret: ssh-port
|
from_secret: ssh-port
|
||||||
SSH_USER:
|
SSH_USER:
|
||||||
from_secret: ssh-user
|
from_secret: ssh-user
|
||||||
SSH_PASSWORD:
|
#SSH_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
|
||||||
|
|
Loading…
Reference in New Issue