Merge branch 'do' into home-deploy
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-28 17:07:28 +01:00
commit 7818dd6fd7
1 changed files with 16 additions and 4 deletions

View File

@ -42,7 +42,7 @@ def main(ctx):
"letsencrypt-nginx",
"do",
),
scp("~/stack-deploy"),
scp("/root/stack-deploy"),
pull([
"letsencrypt-do",
"drone-starlark",
@ -51,13 +51,25 @@ def main(ctx):
deploy(
"docker-compose-do.yml",
"gitea",
"~/stack-deploy",
"/root/stack-deploy",
publicSecrets + secretSecrets,
),
],
[],
[],
[],
[
{
"name": "ca",
"host": {
"path": "/root/stack-deploy/.ca",
},
}
],
[
{
"name": "ca",
"path": "/etc/docker/certs.d",
},
]
),
]
else: