From 834f300bc410ca1a7d9d6e1b966805e430bcbbb5 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Tue, 29 Sep 2020 11:23:11 +0200 Subject: [PATCH] jenkins - testing remote deploy --- .idea/workspace.xml | 25 ++++++++++++------------- Jenkinsfile | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) 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') {