.
continuous-integration/drone/push Build is running Details

This commit is contained in:
Giles Bradshaw 2020-04-28 16:46:28 +01:00
parent eb8ae851e4
commit e57b2c0c04
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ load("@this//:pipeline.star", "pipeline")
def drone( def drone(
branch, branch,
base, base,
name,
): ):
if ctx.build.branch == branch: if ctx.build.branch == branch:
return [ return [
@ -52,7 +53,7 @@ def drone(
]), ]),
deploy( deploy(
"docker-compose-home.yml", "docker-compose-home.yml",
"gitea", name,
base, base,
publicSecrets + secretSecrets publicSecrets + secretSecrets