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

This commit is contained in:
Giles Bradshaw 2020-05-11 09:44:25 +01:00
parent 313a7d1221
commit a7d679183c
2 changed files with 15 additions and 0 deletions

14
.drone-do.star Normal file
View File

@ -0,0 +1,14 @@
load("@this//drone:drone.star", "drone")
load("@this//drone:stack-name.star", "stackName")
load("@this//drone:stack-root.star", "stackRoot")
def main(ctx):
return drone(
ctx,
"do",
stackRoot,
stackName,
[]
)

View File

@ -2,4 +2,5 @@ publicSecrets = [
"certbot-email",
"drone-domain",
"git-domain",
"local-docker-registry",
]