diff --git a/Jenkinsfile b/Jenkinsfile index bc6c3ea..25be1fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,4 +23,9 @@ node { sh 'echo "success"' } } + + stage('Deploy staging') { + sh 'docker-compose --project-directory /opt/plant-exchange up -d' + } + } \ No newline at end of file