.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
c8799a03c6
commit
9d964a1e5d
|
@ -134,7 +134,7 @@ def main(ctx):
|
||||||
"letsencrypt-drone",
|
"letsencrypt-drone",
|
||||||
"letsencrypt-remote",
|
"letsencrypt-remote",
|
||||||
"letsencrypt-blog",
|
"letsencrypt-blog",
|
||||||
"home",
|
"nginx-home1",
|
||||||
"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}home
|
image: ${LOCAL_DOCKER_REGISTRY}nginx-home1
|
||||||
environment:
|
environment:
|
||||||
- SERVER_NAME=${BLOG_DOMAIN}
|
- SERVER_NAME=${BLOG_DOMAIN}
|
||||||
ports:
|
ports:
|
||||||
|
|
Reference in New Issue