.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
18b4134632
commit
41f631c764
|
@ -19,7 +19,7 @@ steps:
|
|||
path: /var/run
|
||||
|
||||
commands:
|
||||
- sleep 60
|
||||
- sleep 20
|
||||
- name: build-letsencrypt-nginx
|
||||
when:
|
||||
branch:
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue