.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d12595a00b
commit
b66b612b09
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue