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

This commit is contained in:
Adam Outler 2025-03-30 21:21:47 +00:00
parent 9b9dba0d89
commit 44a353b747

2
Jenkinsfile vendored
View File

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