Merge branch 'do' into home-deploy
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
commit
7818dd6fd7
|
@ -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,13 +51,25 @@ def main(ctx):
|
||||||
deploy(
|
deploy(
|
||||||
"docker-compose-do.yml",
|
"docker-compose-do.yml",
|
||||||
"gitea",
|
"gitea",
|
||||||
"~/stack-deploy",
|
"/root/stack-deploy",
|
||||||
publicSecrets + secretSecrets,
|
publicSecrets + secretSecrets,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
[],
|
[
|
||||||
[],
|
{
|
||||||
|
"name": "ca",
|
||||||
|
"host": {
|
||||||
|
"path": "/root/stack-deploy/.ca",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "ca",
|
||||||
|
"path": "/etc/docker/certs.d",
|
||||||
|
},
|
||||||
|
]
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
|
|
Reference in New Issue