Update Jenkinsfile
All checks were successful
Updates/Joplin/pipeline/head This commit looks good

This commit is contained in:
Adam Outler 2025-03-30 20:25:05 +00:00
parent 45f88116f6
commit fc3d0361cc

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh 'PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate' sh 'COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate'
} }
} }
} }