.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
1b9d7fc251
commit
c24b7f8967
|
@ -29,25 +29,25 @@ 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.drone",
|
# "Dockerfile.drone",
|
||||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||||
"letsencrypt-nginx",
|
# "letsencrypt-nginx",
|
||||||
"drone",
|
# "drone",
|
||||||
),
|
#),
|
||||||
buildDockerFolder(
|
#buildDockerFolder(
|
||||||
"Dockerfile.remote",
|
# "Dockerfile.remote",
|
||||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
|
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-remote",
|
||||||
"letsencrypt-nginx",
|
# "letsencrypt-nginx",
|
||||||
"remote",
|
# "remote",
|
||||||
),
|
#),
|
||||||
scp("~/gitea-drone-stack"),
|
scp("/home/giles/gitea-drone-stack"),
|
||||||
pull([
|
pull([
|
||||||
"letsencrypt-drone",
|
"letsencrypt-drone",
|
||||||
"letsencrypt-remote",
|
"letsencrypt-remote",
|
||||||
|
|
Reference in New Issue