Deploy with docker registry fixes

This commit is contained in:
Juan Ferrer 2019-01-11 08:46:21 +01:00
parent 5a51d0adbd
commit 5334a13e66
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -63,9 +63,11 @@ try {
env.DOCKER_TLS_VERIFY = 1
env.DOCKER_HOST = 'tcp://vch1.verdnatura.es:2376';
sh "docker-compose pull"
sh "docker-compose up -d"
env.DOCKER_HOST = 'tcp://vch2.verdnatura.es:2376';
sh "docker-compose pull"
sh "docker-compose up -d"
}
}