.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
89abc1a366
commit
5ce8bfcc4c
|
@ -42,7 +42,7 @@ def main(ctx):
|
||||||
"letsencrypt-nginx",
|
"letsencrypt-nginx",
|
||||||
"do",
|
"do",
|
||||||
),
|
),
|
||||||
scp("~/stack-deploy"),
|
scp("/root/stack-deploy"),
|
||||||
pull([
|
pull([
|
||||||
"letsencrypt-do",
|
"letsencrypt-do",
|
||||||
"drone-starlark",
|
"drone-starlark",
|
||||||
|
@ -51,7 +51,7 @@ def main(ctx):
|
||||||
deploy(
|
deploy(
|
||||||
"docker-compose-do.yml",
|
"docker-compose-do.yml",
|
||||||
"gitea",
|
"gitea",
|
||||||
"~/stack-deploy",
|
"/root/stack-deploy",
|
||||||
publicSecrets + secretSecrets,
|
publicSecrets + secretSecrets,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Reference in New Issue