.
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
eb8ae851e4
commit
e57b2c0c04
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in New Issue