diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2608b26..5c7dba5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -210,13 +210,6 @@
       
       1598862102028
     
-    
-      1599823953914
-      
-      
-      
-      1599823953914
-    
     
       1599843413391
       
@@ -553,7 +546,14 @@
       
       1601458984817
     
-    
+    
+      1601461844865
+      
+      
+      
+      1601461844865
+    
+    
     
   
   
@@ -704,13 +704,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
@@ -724,12 +724,12 @@
       
     
     
-    
-      
+    
+      
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index d84a25a..2f097e0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,15 +11,14 @@ pipeline {
         }
         stage('Deploy') {
             steps {
-                sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
-                sh "docker --context DEV ps"
-                sh "docker-compose --context DEV up -d"
+                sh "docker-compose -H \"ssh://jenkins@s5000xvn:22\" up -d"
+
             }
         }
         stage('Logs') {
             steps {
         		sleep time: 1, unit: 'MINUTES'
-        		sh 'ssh docker logs klaus'
+        		sh 'docker --context DEV logs klaus'
             }
         }
     }