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

This commit is contained in:
Giles Bradshaw 2020-04-28 09:42:19 +01:00
parent 3a23ecbebf
commit dc8c2f2ec2
1 changed files with 10 additions and 11 deletions

View File

@ -29,18 +29,17 @@ def main(ctx):
secretSecrets,
),
wait(15, "wait"),
# build("guacamole-postgresql"),
# build("ngrok-gitea"),
# build("letsencrypt-nginx"),
build("guacamole-postgresql"),
build("ngrok-gitea"),
build("letsencrypt-nginx"),
build("drone-starlark"),
#buildDockerFolder(
# "Dockerfile.home",
# "nginx:latest",
# "$${LOCAL_DOCKER_REGISTRY}home",
# "letsencrypt-nginx",
# "home",
#),
buildDockerFolder(
"Dockerfile.home",
"nginx:latest",
"$${LOCAL_DOCKER_REGISTRY}home",
"letsencrypt-nginx",
"home",
),
buildDockerFolder(
"Dockerfile.blog",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",