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

This commit is contained in:
Giles Bradshaw 2020-04-28 09:29:19 +01:00
parent fb17748b49
commit 29af242e50
1 changed files with 12 additions and 11 deletions

View File

@ -29,17 +29,17 @@ def main(ctx):
secretSecrets, secretSecrets,
), ),
wait(15, "wait"), wait(15, "wait"),
build("guacamole-postgresql"), # build("guacamole-postgresql"),
build("ngrok-gitea"), # build("ngrok-gitea"),
build("letsencrypt-nginx"), # build("letsencrypt-nginx"),
build("drone-starlark"), # build("drone-starlark"),
buildDockerFolder( #buildDockerFolder(
"Dockerfile.home", # "Dockerfile.home",
"nginx:latest", # "nginx:latest",
"$${LOCAL_DOCKER_REGISTRY}home", # "$${LOCAL_DOCKER_REGISTRY}home",
"letsencrypt-nginx", # "letsencrypt-nginx",
"home", # "home",
), #),
buildDockerFolder( buildDockerFolder(
"Dockerfile.blog", "Dockerfile.blog",
@ -91,6 +91,7 @@ def main(ctx):
"docker-compose-home.yml", "docker-compose-home.yml",
"gitea", "gitea",
"/home/giles/gitea-drone-stack", "/home/giles/gitea-drone-stack",
), ),
], ],
[], [],