diff --git a/Jenkinsfile b/Jenkinsfile index 95cbe40..fb25ea3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,8 +32,6 @@ node { } stage('Deploy staging') { - sh 'cd /opt/containers/pflaenz.li' - sh 'docker-compose pull' - sh 'docker-compose up -d' + sh 'cd /opt/containers/pflaenz.li && docker-compose pull && docker-compose up -d' } } \ No newline at end of file