This commit is contained in:
parent
0ab3b5fe8c
commit
ae2f946c4a
|
@ -41,18 +41,13 @@ steps:
|
|||
- drone_gitea_client_id
|
||||
- drone_gitea_server
|
||||
- drone_server_host
|
||||
- host
|
||||
- user
|
||||
- port
|
||||
- password
|
||||
- drone_gitea_client_secret
|
||||
- drone_rpc_secret
|
||||
- key
|
||||
host: ${HOST}
|
||||
key: ${KEY}
|
||||
host: ${SSH_HOST}
|
||||
key: ${SSH_KEY}
|
||||
#password: ${PASSWORD}
|
||||
#passphrase: ${SSH_PASSPHRASE}
|
||||
port: ${PORT}
|
||||
port: ${SSH_PORT}
|
||||
script:
|
||||
- rm -f env-drone
|
||||
- cat /proc/sys/kernel/hostname
|
||||
|
@ -90,11 +85,11 @@ steps:
|
|||
from_secret: registry-password
|
||||
REGISTRY_PORT:
|
||||
from_secret: registry-port
|
||||
HOST:
|
||||
SSH_HOST:
|
||||
from_secret: ssh-host
|
||||
KEY:
|
||||
SSH_KEY:
|
||||
from_secret: ssh-key
|
||||
PORT:
|
||||
SSH_PORT:
|
||||
from_secret: ssh-port
|
||||
SSH_USER:
|
||||
from_secret: ssh-user
|
||||
|
|
Loading…
Reference in New Issue