Run the command in the correct directory

This commit is contained in:
Jannis Portmann 2021-12-27 15:29:56 +01:00
parent d0e65fc8cb
commit e01500ad0f

4
Jenkinsfile vendored
View file

@ -32,8 +32,6 @@ node {
} }
stage('Deploy staging') { stage('Deploy staging') {
sh 'cd /opt/containers/pflaenz.li' sh 'cd /opt/containers/pflaenz.li && docker-compose pull && docker-compose up -d'
sh 'docker-compose pull'
sh 'docker-compose up -d'
} }
} }