.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-28 16:24:16 +01:00
parent 89abc1a366
commit 5ce8bfcc4c
1 changed files with 2 additions and 2 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,7 +51,7 @@ def main(ctx):
deploy(
"docker-compose-do.yml",
"gitea",
"~/stack-deploy",
"/root/stack-deploy",
publicSecrets + secretSecrets,
),
],