fix: jenkinsfile, again
This commit is contained in:
parent
0bc04bfb9d
commit
7ad74dae8a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
dir('docker') {
|
dir('docker') {
|
||||||
sh 'docker compose stop || true'
|
sh 'docker compose stop || true'
|
||||||
sh 'docker compose up --build -d'
|
sh 'docker compose up --force-recreate -d'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user