.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
33606e1f66
commit
a885027f5e
|
@ -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",
|
||||
|
|
|
@ -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"]
|
Reference in New Issue