.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
42521ccd0a
commit
b2a5224d3b
|
@ -15,7 +15,11 @@ def deploy(
|
||||||
"image": "appleboy/drone-ssh",
|
"image": "appleboy/drone-ssh",
|
||||||
"environment": environment(secrets),
|
"environment": environment(secrets),
|
||||||
"settings": {
|
"settings": {
|
||||||
"envs": [x.replace("-", "_") for x in secrets ],
|
"envs": [x.replace("-", "_") for x in secrets ] +
|
||||||
|
[
|
||||||
|
"drone_repo_link",
|
||||||
|
"drone_commit",
|
||||||
|
],
|
||||||
"host": fromSecret("ssh-host"),
|
"host": fromSecret("ssh-host"),
|
||||||
"port": fromSecret("ssh-port"),
|
"port": fromSecret("ssh-port"),
|
||||||
"username": fromSecret("ssh-root-user"),
|
"username": fromSecret("ssh-root-user"),
|
||||||
|
|
Reference in New Issue