Update Jenkinsfile
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Outler 2025-03-30 21:24:47 +00:00
parent 7add1574a8
commit 8a7d9281cd

4
Jenkinsfile vendored
View File

@ -11,7 +11,9 @@ pipeline {
}
stage('Deploy') {
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
"""
}
}
}