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 @@ - @@ -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" } }