.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
ef41cf5f67
commit
6f82de569e
37
.drone.star
37
.drone.star
|
@ -90,16 +90,43 @@ def main(ctx):
|
|||
#build("letsencrypt-nginx"),
|
||||
build("drone-starlark"),
|
||||
#buildHome(),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.home",
|
||||
"nginx:latest",
|
||||
"home",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
|
||||
buildDockerFolder(
|
||||
"Dockerfile.blog",
|
||||
"letsencrypt-nginx",
|
||||
"letsencrypt-blog",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
buildFolder("drone", "letsencrypt-nginx"),
|
||||
buildFolder("git", "letsencrypt-nginx"),
|
||||
buildFolder("remote", "letsencrypt-nginx"),
|
||||
buildFolder("chat", "letsencrypt-nginx"),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.drone",
|
||||
"letsencrypt-nginx",
|
||||
"letsencrypt-drone",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.git",
|
||||
"letsencrypt-nginx",
|
||||
"letsencrypt-git",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.remote",
|
||||
"letsencrypt-nginx",
|
||||
"letsencrypt-remote",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.chat",
|
||||
"letsencrypt-nginx",
|
||||
"letsencrypt-chat",
|
||||
"letsencrypt-nginx"
|
||||
),
|
||||
scp("~/gitea-drone-stack"),
|
||||
pull([
|
||||
"letsencrypt-git",
|
||||
|
@ -107,7 +134,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