.
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("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(
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in New Issue