jenkins - testing remote deploy

This commit is contained in:
Szakalakamaka
2020-09-29 11:04:42 +02:00
parent fddafa9513
commit a506d26f70
2 changed files with 33 additions and 29 deletions

1
Jenkinsfile vendored
View File

@@ -12,6 +12,7 @@ pipeline {
stage('Deploy') {
steps {
sh "docker-compose up -d"
sh "DOCKER_HOST=“ssh://s5000xvn.zipper.release11.com” docker-compose up -d"
}
}
stage('Logs') {