diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c746b1a..a568007 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -210,20 +210,6 @@
       
       1598862102028
     
-    
-      1599658106007
-      
-      
-      
-      1599658106007
-    
-    
-      1599668629804
-      
-      
-      
-      1599668629804
-    
     
       1599739605273
       
@@ -553,7 +539,21 @@
       
       1601453886631
     
-    
+    
+      1601454390643
+      
+      
+      
+      1601454390643
+    
+    
+      1601455127386
+      
+      
+      
+      1601455127386
+    
+    
     
   
   
@@ -704,13 +704,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index 3a3ea20..91760dc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,7 +6,20 @@ pipeline {
     stages {
       stage('Build') {
               steps {
-                 sh 'docker context create DEV   --description \\"connection to DEV environment\\"   --docker \\"host=ssh://jenkins@s5000xvn:22\\"'
+                 sh "docker-compose build"
+            }
+        }
+        stage('Deploy') {
+            steps {
+                sh "docker-compose up -d"
+                sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
+                sh "docker-compose ‐‐context DEV up -d"
+            }
+        }
+        stage('Logs') {
+            steps {
+        		sleep time: 1, unit: 'MINUTES'
+        		sh 'ssh docker logs klaus'
             }
         }
     }