diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8168316..9010940 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,6 +24,7 @@ + @@ -703,13 +704,13 @@ - + - + diff --git a/Jenkinsfile b/Jenkinsfile index ceb689a..72116a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,13 +6,12 @@ pipeline { stages { stage('Build') { steps { - sh "docker-compose build" + sh "docker-compose --context DEV build" } } stage('Deploy') { steps { sh "docker-compose --context DEV up -d" - } } stage('Logs') {