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

This commit is contained in:
Giles Bradshaw 2020-04-03 12:09:56 +01:00
parent 18b4134632
commit 41f631c764
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ steps:
path: /var/run
commands:
- sleep 60
- sleep 20
- name: build-letsencrypt-nginx
when:
branch:

View File

@ -7,7 +7,7 @@ services:
replicas: 1
restart_policy:
condition: any
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do2
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-do3
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=sigyl.com:5001/letsencrypt-nginx -t sigyl.com:5001/letsencrypt-do2
docker push sigyl.com:5001/letsencrypt-do2
docker build . -f Dockerfile.$1 --build-arg image=sigyl.com:5001/letsencrypt-nginx -t sigyl.com:5001/letsencrypt-do3
docker push sigyl.com:5001/letsencrypt-do3