fix compose command
This commit is contained in:
parent
965aad41fd
commit
9a074023de
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy staging') {
|
stage('Deploy staging') {
|
||||||
sh 'docker-compose --project-directory /opt/plant-exchange up -d'
|
sh 'docker-compose --project-directory /opt/plant-exchange --file /opt/plant-exchange/docker-compose.yml up -d'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in a new issue