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