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

This commit is contained in:
Giles Bradshaw 2020-05-01 00:00:23 +01:00
parent 263aa09ce3
commit 8766335505
2 changed files with 20 additions and 18 deletions

View File

@ -160,6 +160,8 @@ sh ca.sh $REGISTRY_DOMAIN:5003
sh make-cert.sh $REGISTRY_DOMAIN registry
```
copy the directory .ca/$REGISTRY_DOMAIN:5003 to /etc/docker/certs.d
### make environment variables
```

View File

@ -38,24 +38,24 @@ def drone(
secretSecrets,
),
build("gitea"),
#build("guacamole-postgresql"),
#build("ngrok-gitea"),
#build("letsencrypt-nginx"),
#build("ghost"),
#buildDockerFolder(
# "Dockerfile.git",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
# "letsencrypt-nginx",
# "git",
#),
#buildDockerFolder(
# "Dockerfile.drone",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
# "letsencrypt-nginx",
# "drone",
#),
build("guacamole-postgresql"),
build("ngrok-gitea"),
build("letsencrypt-nginx"),
build("ghost"),
buildDockerFolder(
"Dockerfile.git",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-git",
"letsencrypt-nginx",
"git",
),
buildDockerFolder(
"Dockerfile.drone",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
"letsencrypt-nginx",
"drone",
),
scp(base),
pull(
"pull images",