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

This commit is contained in:
Giles Bradshaw 2020-04-03 12:26:37 +01:00
parent 3a2a7135bd
commit b54463f45f
2 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ steps:
- export GIT_DOMAIN=$GIT_DOMAIN
- docker network prune -f
- cd ~/stack-deploy
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-do4
- docker pull $${LOCAL_DOCKER_REGISTRY}letsencrypt-do
- docker stack rm gitea
- sleep 60
- docker stack deploy -c docker-compose-do.yml gitea

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-do4
docker push sigyl.com:5001/letsencrypt-do4
docker build . -f Dockerfile.$1 --build-arg image=sigyl.com:5001/letsencrypt-nginx -t sigyl.com:5001/letsencrypt-$1
docker push sigyl.com:5001/letsencrypt-$1