.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
1b54e785b3
commit
5b5935afff
|
@ -195,24 +195,6 @@ services:
|
||||||
secrets:
|
secrets:
|
||||||
- registry-cert
|
- registry-cert
|
||||||
- registry-key
|
- registry-key
|
||||||
letsencrypt-blog:
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-blog
|
|
||||||
environment:
|
|
||||||
- CERTBOT_EMAIL=${CERTBOT_EMAIL}
|
|
||||||
- SERVER_NAME=${BLOG_DOMAIN}
|
|
||||||
- PROXY_PASS=http://ghost:2368
|
|
||||||
volumes:
|
|
||||||
- letsencrypt-blog:/etc/letsencrypt
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
depends_on:
|
|
||||||
- blog
|
|
||||||
|
|
||||||
ghost:
|
ghost:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -54,6 +54,7 @@ def drone(
|
||||||
),
|
),
|
||||||
scp(base),
|
scp(base),
|
||||||
pull([
|
pull([
|
||||||
|
"ngrok-gitea",
|
||||||
"letsencrypt-git",
|
"letsencrypt-git",
|
||||||
"letsencrypt-drone",
|
"letsencrypt-drone",
|
||||||
"drone-starlark",
|
"drone-starlark",
|
||||||
|
|
Reference in New Issue