This commit is contained in:
parent
b67829dde9
commit
be8b531e5d
|
@ -48,9 +48,9 @@ steps:
|
||||||
- drone_gitea_client_secret
|
- drone_gitea_client_secret
|
||||||
- drone_rpc_secret
|
- drone_rpc_secret
|
||||||
- ssh_key
|
- ssh_key
|
||||||
#host: ${SSH_HOST}
|
host: ${HOST}
|
||||||
#key: ${SSH_KEY}
|
#key: ${SSH_KEY}
|
||||||
password: ${SSH_PASSWORD}
|
password: ${PASSWORD}
|
||||||
#passphrase: ${SSH_PASSPHRASE}
|
#passphrase: ${SSH_PASSPHRASE}
|
||||||
port: ${PORT}
|
port: ${PORT}
|
||||||
script:
|
script:
|
||||||
|
@ -88,15 +88,15 @@ steps:
|
||||||
from_secret: registry-password
|
from_secret: registry-password
|
||||||
REGISTRY_PORT:
|
REGISTRY_PORT:
|
||||||
from_secret: registry-port
|
from_secret: registry-port
|
||||||
SSH_HOST:
|
HOST:
|
||||||
from_secret: ssh-host
|
from_secret: ssh-host
|
||||||
#SSH_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
|
||||||
SSH_PASSWORD:
|
PASSWORD:
|
||||||
from_secret: ssh-password
|
from_secret: ssh-password
|
||||||
|
|
||||||
- name: scp
|
- name: scp
|
||||||
|
|
Loading…
Reference in New Issue