.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
24208ea9d2
commit
09fcc54b79
|
@ -7,7 +7,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do
|
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do2
|
||||||
environment:
|
environment:
|
||||||
- CERTBOT_EMAIL=${CERTBOT_EMAIL}
|
- CERTBOT_EMAIL=${CERTBOT_EMAIL}
|
||||||
- SERVER_NAME=${GIT_DOMAIN}
|
- SERVER_NAME=${GIT_DOMAIN}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
set -e
|
set -e
|
||||||
docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-$1
|
docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-do2
|
||||||
docker push $2letsencrypt-$1
|
docker push $2letsencrypt-do2
|
||||||
|
|
Reference in New Issue