try deploy step
This commit is contained in:
parent
b6f152acae
commit
965aad41fd
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -23,4 +23,9 @@ node {
|
|||
sh 'echo "success"'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy staging') {
|
||||
sh 'docker-compose --project-directory /opt/plant-exchange up -d'
|
||||
}
|
||||
|
||||
}
|
Reference in a new issue