diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 45c2d7f..c6b3289 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -23,7 +23,7 @@
-
+
@@ -197,13 +197,6 @@
1598862102028
-
- 1599469144625
-
-
-
- 1599469144625
-
1599483619095
@@ -540,7 +533,14 @@
1601370283199
-
+
+ 1601371391685
+
+
+
+ 1601371391685
+
+
@@ -683,13 +683,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index fb74f4b..98eaa5f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
stage('Deploy') {
steps {
sh "docker-compose up -d"
- sh "scp -r klaus s5000xvn.zipper.release11.com:/home/zukowicr"
+ sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
}
}
stage('Logs') {