huginn
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
a9683d5432
commit
7e461d5744
|
@ -47,6 +47,13 @@ def drone(
|
|||
"letsencrypt-nginx",
|
||||
"git",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.huginn",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-huginn",
|
||||
"letsencrypt-nginx",
|
||||
"huginn",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.drone",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
|
@ -61,6 +68,7 @@ def drone(
|
|||
"registry",
|
||||
"letsencrypt-git",
|
||||
"letsencrypt-drone",
|
||||
"letsencrypt-huginn",
|
||||
],
|
||||
),
|
||||
deploy(
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
publicSecrets = [
|
||||
"certbot-email",
|
||||
"drone-domain",
|
||||
"huginn-domain",
|
||||
"git-domain",
|
||||
"local-docker-registry",
|
||||
]
|
Loading…
Reference in New Issue