.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7338c690de
commit
f059406307
14
.drone.star
14
.drone.star
|
@ -90,12 +90,12 @@ def main(ctx):
|
||||||
#build("letsencrypt-nginx"),
|
#build("letsencrypt-nginx"),
|
||||||
build("drone-starlark"),
|
build("drone-starlark"),
|
||||||
#buildHome(),
|
#buildHome(),
|
||||||
#buildDockerFolder(
|
buildDockerFolder(
|
||||||
# "Dockerfile.home",
|
"Dockerfile.home",
|
||||||
# "nginx:latest",
|
"nginx:latest",
|
||||||
# "home",
|
"home",
|
||||||
# "letsencrypt-nginx"
|
"letsencrypt-nginx"
|
||||||
#),
|
),
|
||||||
|
|
||||||
buildDockerFolder(
|
buildDockerFolder(
|
||||||
"Dockerfile.blog",
|
"Dockerfile.blog",
|
||||||
|
@ -139,7 +139,7 @@ def main(ctx):
|
||||||
"letsencrypt-drone",
|
"letsencrypt-drone",
|
||||||
"letsencrypt-remote",
|
"letsencrypt-remote",
|
||||||
"letsencrypt-blog",
|
"letsencrypt-blog",
|
||||||
"nginx-home1",
|
"home",
|
||||||
"drone-starlark",
|
"drone-starlark",
|
||||||
]),
|
]),
|
||||||
deploy(
|
deploy(
|
||||||
|
|
|
@ -347,7 +347,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}nginx-home1
|
image: ${LOCAL_DOCKER_REGISTRY}home
|
||||||
environment:
|
environment:
|
||||||
- SERVER_NAME=${BLOG_DOMAIN}
|
- SERVER_NAME=${BLOG_DOMAIN}
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in New Issue