diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5c7dba5..8168316 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -24,7 +24,6 @@
-
@@ -210,20 +209,6 @@
1598862102028
-
- 1599843413391
-
-
-
- 1599843413391
-
-
- 1600264905901
-
-
-
- 1600264905901
-
1600274683546
@@ -553,7 +538,21 @@
1601461844865
-
+
+ 1601463105565
+
+
+
+ 1601463105565
+
+
+ 1601463391938
+
+
+
+ 1601463391938
+
+
@@ -704,13 +703,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index 3f9f482..ceb689a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
}
stage('Deploy') {
steps {
- sh "docker-compose -H \"tcp://jenkins@s5000xvn:22\" up -d"
+ sh "docker-compose --context DEV up -d"
}
}