.
This commit is contained in:
parent
a85cf890f1
commit
e0ef961fda
|
@ -44,12 +44,13 @@ steps:
|
||||||
- ssh_host
|
- ssh_host
|
||||||
- ssh_user
|
- ssh_user
|
||||||
- ssh_port
|
- ssh_port
|
||||||
|
- ssh_password
|
||||||
- drone_gitea_client_secret
|
- drone_gitea_client_secret
|
||||||
- drone_rpc_secret
|
- drone_rpc_secret
|
||||||
- ssh_key
|
- ssh_key
|
||||||
host: ${SSH_HOST}
|
host: ${SSH_HOST}
|
||||||
key: ${SSH_KEY}
|
password: ${SSH_PASSWORD}
|
||||||
passphrase: ${SSH_PASSPHRASE}
|
#passphrase: ${SSH_PASSPHRASE}
|
||||||
port: ${SSH_PORT}
|
port: ${SSH_PORT}
|
||||||
script:
|
script:
|
||||||
- rm -f env-drone
|
- rm -f env-drone
|
||||||
|
@ -94,6 +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:
|
||||||
|
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