.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7ac95d63eb
commit
d7395301df
|
@ -13,9 +13,7 @@ def printSecrets(env):
|
|||
"image": "appleboy/drone-ssh",
|
||||
"environment": environment(env),
|
||||
"settings": {
|
||||
**{
|
||||
"envs": [x.replace("-", "_") for x in env],
|
||||
},
|
||||
"host": fromSecret("ssh-host"),
|
||||
"port": fromSecret("ssh-port"),
|
||||
"username": fromSecret("ssh-user"),
|
||||
|
|
Reference in New Issue