.
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 sh make-cert.sh $REGISTRY_DOMAIN registry
``` ```
copy the directory .ca/$REGISTRY_DOMAIN:5003 to /etc/docker/certs.d
### make environment variables ### make environment variables
``` ```

View File

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