.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
fb17748b49
commit
29af242e50
|
@ -29,17 +29,17 @@ def main(ctx):
|
|||
secretSecrets,
|
||||
),
|
||||
wait(15, "wait"),
|
||||
build("guacamole-postgresql"),
|
||||
build("ngrok-gitea"),
|
||||
build("letsencrypt-nginx"),
|
||||
build("drone-starlark"),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.home",
|
||||
"nginx:latest",
|
||||
"$${LOCAL_DOCKER_REGISTRY}home",
|
||||
"letsencrypt-nginx",
|
||||
"home",
|
||||
),
|
||||
# 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.blog",
|
||||
|
@ -91,6 +91,7 @@ def main(ctx):
|
|||
"docker-compose-home.yml",
|
||||
"gitea",
|
||||
"/home/giles/gitea-drone-stack",
|
||||
|
||||
),
|
||||
],
|
||||
[],
|
||||
|
|
Reference in New Issue