.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-18 10:50:30 +01:00
parent d12595a00b
commit b66b612b09
3 changed files with 4 additions and 3 deletions

View File

@ -234,6 +234,7 @@ steps:
- export REMOTE_DOMAIN=$REMOTE_DOMAIN
- export BLOG_DOMAIN=$BLOG_DOMAIN
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-git
- docker pull $${LOCAL_DOCKER_REGISTRY}nginx-home1
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-chat
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-remote
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-blog

View File

@ -341,7 +341,7 @@ services:
replicas: 1
restart_policy:
condition: any
image: ${LOCAL_DOCKER_REGISTRY}nginx-home
image: ${LOCAL_DOCKER_REGISTRY}nginx-home1
environment:
- SERVER_NAME=${BLOG_DOMAIN}
ports:

View File

@ -1,3 +1,3 @@
set -e
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home
docker push $1nginx-home
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
docker push $1nginx-home1