.
This commit is contained in:
parent
a85cf890f1
commit
e0ef961fda
|
@ -44,12 +44,13 @@ steps:
|
|||
- ssh_host
|
||||
- ssh_user
|
||||
- ssh_port
|
||||
- ssh_password
|
||||
- drone_gitea_client_secret
|
||||
- drone_rpc_secret
|
||||
- ssh_key
|
||||
host: ${SSH_HOST}
|
||||
key: ${SSH_KEY}
|
||||
passphrase: ${SSH_PASSPHRASE}
|
||||
password: ${SSH_PASSWORD}
|
||||
#passphrase: ${SSH_PASSPHRASE}
|
||||
port: ${SSH_PORT}
|
||||
script:
|
||||
- rm -f env-drone
|
||||
|
@ -94,6 +95,8 @@ steps:
|
|||
from_secret: ssh-port
|
||||
SSH_USER:
|
||||
from_secret: ssh-user
|
||||
SSH_PASSWORD:
|
||||
from_secret: ssh-password
|
||||
|
||||
- name: scp
|
||||
image: appleboy/drone-scp:1.6.2@sha256:bd37a55f4b97e7742b0de7333669b96220b3cc422d366e1fa8c34059b736ab47
|
||||
|
|
Loading…
Reference in New Issue