Docker deploy fixes
gitea/vn-support/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2021-04-29 23:49:39 +02:00
parent e204e8cdf6
commit f7a3e7b8e1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
branch 'master'
}
environment {
DOCKER_HOST = env.SWARM_HOST
DOCKER_HOST = "${env.SWARM_HOST}"
}
steps {
dockerDeploy()