diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3259d9c..a4e6bbd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,10 @@
-
+
+
+
+
@@ -70,7 +73,7 @@
-
+
@@ -195,20 +198,6 @@
1598862102028
-
- 1599228713444
-
-
-
- 1599228713444
-
-
- 1599229160686
-
-
-
- 1599229160686
-
1599468175269
@@ -538,7 +527,21 @@
1601300573031
-
+
+ 1601300898190
+
+
+
+ 1601300898190
+
+
+ 1601301048201
+
+
+
+ 1601301048201
+
+
@@ -612,38 +615,38 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
@@ -681,13 +684,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index eea49c5..1b9a50a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,6 +12,7 @@ pipeline {
stage('Deploy') {
steps {
sh "docker-compose up -d"
+ sh "DOCKER_HOST=“ssh://s5000xvn.zipper.release11.com” docker-compose up -d"
}
}
stage('Logs') {