.
continuous-integration/drone/push Build was killed 详情

This commit is contained in:
Giles Bradshaw 2020-04-26 17:12:48 +01:00
父节点 e8e4491647
当前提交 494b6ca9a1
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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"),