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

This commit is contained in:
Giles Bradshaw 2020-04-27 17:11:32 +01:00
parent 7338c690de
commit f059406307
2 changed files with 8 additions and 8 deletions

View File

@ -90,12 +90,12 @@ def main(ctx):
#build("letsencrypt-nginx"),
build("drone-starlark"),
#buildHome(),
#buildDockerFolder(
# "Dockerfile.home",
# "nginx:latest",
# "home",
# "letsencrypt-nginx"
#),
buildDockerFolder(
"Dockerfile.home",
"nginx:latest",
"home",
"letsencrypt-nginx"
),
buildDockerFolder(
"Dockerfile.blog",
@ -139,7 +139,7 @@ def main(ctx):
"letsencrypt-drone",
"letsencrypt-remote",
"letsencrypt-blog",
"nginx-home1",
"home",
"drone-starlark",
]),
deploy(

View File

@ -347,7 +347,7 @@ services:
replicas: 1
restart_policy:
condition: any
image: ${LOCAL_DOCKER_REGISTRY}nginx-home1
image: ${LOCAL_DOCKER_REGISTRY}home
environment:
- SERVER_NAME=${BLOG_DOMAIN}
ports: