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

This commit is contained in:
Giles Bradshaw 2020-04-03 11:55:28 +01:00
parent 24208ea9d2
commit 09fcc54b79
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
replicas: 1
restart_policy:
condition: any
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do2
environment:
- CERTBOT_EMAIL=${CERTBOT_EMAIL}
- SERVER_NAME=${GIT_DOMAIN}

View File

@ -1,3 +1,3 @@
set -e
docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-$1
docker push $2letsencrypt-$1
docker build . -f Dockerfile.$1 --build-arg image=$2letsencrypt-nginx -t $2letsencrypt-do2
docker push $2letsencrypt-do2