Run the command in the correct directory
This commit is contained in:
parent
d0e65fc8cb
commit
e01500ad0f
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue