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

This commit is contained in:
Giles Bradshaw 2020-04-27 21:58:57 +01:00
parent 1b9d7fc251
commit c24b7f8967
1 changed files with 19 additions and 19 deletions

View File

@ -29,25 +29,25 @@ def main(ctx):
secretSecrets,
),
wait(15, "wait"),
build("guacamole-postgresql"),
build("ngrok-gitea"),
build("letsencrypt-nginx"),
build("drone-starlark"),
buildDockerFolder(
"Dockerfile.drone",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
"letsencrypt-nginx",
"drone",
),
buildDockerFolder(
"Dockerfile.remote",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
"letsencrypt-nginx",
"remote",
),
scp("~/gitea-drone-stack"),
#build("guacamole-postgresql"),
#build("ngrok-gitea"),
#build("letsencrypt-nginx"),
#build("drone-starlark"),
#buildDockerFolder(
# "Dockerfile.drone",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
# "letsencrypt-nginx",
# "drone",
#),
#buildDockerFolder(
# "Dockerfile.remote",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
# "letsencrypt-nginx",
# "remote",
#),
scp("/home/giles/gitea-drone-stack"),
pull([
"letsencrypt-drone",
"letsencrypt-remote",