diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a4e6bbd..45c2d7f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,7 +23,6 @@ - @@ -561,7 +560,6 @@ @@ -684,13 +683,13 @@ - + - + diff --git a/Jenkinsfile b/Jenkinsfile index 1b9a50a..fb74f4b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Deploy') { steps { sh "docker-compose up -d" - sh "DOCKER_HOST=“ssh://s5000xvn.zipper.release11.com” docker-compose up -d" + sh "scp -r klaus s5000xvn.zipper.release11.com:/home/zukowicr" } } stage('Logs') {