.
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,
),
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([
"ghost",

View File

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