fix: jenkinsfile, again

This commit is contained in:
Araozu 2024-10-06 21:17:34 -05:00
parent 7ad74dae8a
commit e2e26a8c25

4
Jenkinsfile vendored
View File

@ -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'
} }
} }
} }