父节点
e8e4491647
当前提交
494b6ca9a1
|
@ -59,7 +59,7 @@ def deploy(
|
|||
"image": "appleboy/drone-ssh",
|
||||
"environment": environment(publicSecrets + secretSecrets),
|
||||
"settings": {
|
||||
"envs": [x.replace("-", "_") for x in secrets ],
|
||||
"envs": [x.replace("-", "_") for x in publicSecrets + secretSecrets ],
|
||||
"host": fromSecret("ssh-host"),
|
||||
"port": fromSecret("ssh-port"),
|
||||
"username": fromSecret("ssh-root-user"),
|
||||
|
|
在新工单中引用