.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-24 14:06:21 +01:00
parent 7ac95d63eb
commit d7395301df
1 changed files with 0 additions and 2 deletions

View File

@ -13,9 +13,7 @@ def printSecrets(env):
"image": "appleboy/drone-ssh", "image": "appleboy/drone-ssh",
"environment": environment(env), "environment": environment(env),
"settings": { "settings": {
**{
"envs": [x.replace("-", "_") for x in env], "envs": [x.replace("-", "_") for x in env],
},
"host": fromSecret("ssh-host"), "host": fromSecret("ssh-host"),
"port": fromSecret("ssh-port"), "port": fromSecret("ssh-port"),
"username": fromSecret("ssh-user"), "username": fromSecret("ssh-user"),