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 @@
-
@@ -198,13 +197,6 @@
1598862102028
-
- 1599468175269
-
-
-
- 1599468175269
-
1599469144625
@@ -541,7 +533,14 @@
1601301048201
-
+
+ 1601370283197
+
+
+
+ 1601370283199
+
+
@@ -561,7 +560,6 @@
-
@@ -586,7 +584,8 @@
-
+
+
@@ -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') {