.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-30 20:47:28 +01:00
parent 33606e1f66
commit a885027f5e
2 changed files with 19 additions and 19 deletions

View File

@ -42,24 +42,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([
"ghost", "ghost",

View File

@ -1,5 +1,5 @@
FROM gitea/gitea:latest FROM gitea/gitea:latest
COPY app.ini /init/ COPY app.ini /init/
COPY ./templates /init/templates COPY ./templates /init/templates/
COPY run.sh / COPY run.sh /
CMD ["sh", "/run.sh"] CMD ["sh", "/run.sh"]