This commit is contained in:
parent
a18c423a5b
commit
cc824b438e
|
@ -45,7 +45,7 @@ steps:
|
||||||
- drone_rpc_secret
|
- drone_rpc_secret
|
||||||
#host: ${SSH_HOST}
|
#host: ${SSH_HOST}
|
||||||
#key: ${SSH_KEY}
|
#key: ${SSH_KEY}
|
||||||
password: ${PASSWORD}
|
#password: ${PASSWORD}
|
||||||
#passphrase: ${SSH_PASSPHRASE}
|
#passphrase: ${SSH_PASSPHRASE}
|
||||||
#port: 2022
|
#port: 2022
|
||||||
script:
|
script:
|
||||||
|
@ -90,14 +90,14 @@ steps:
|
||||||
from_secret: registry-port
|
from_secret: registry-port
|
||||||
SSH_HOST:
|
SSH_HOST:
|
||||||
from_secret: ssh-host
|
from_secret: ssh-host
|
||||||
#SSH_KEY:
|
KEY:
|
||||||
# from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
SSH_PORT:
|
SSH_PORT:
|
||||||
from_secret: ssh-port
|
from_secret: ssh-port
|
||||||
SSH_USERNAME:
|
SSH_USERNAME:
|
||||||
from_secret: ssh-user
|
from_secret: ssh-user
|
||||||
PASSWORD:
|
#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