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

This commit is contained in:
Adam Outler 2025-04-01 22:09:35 +00:00
parent 56fc7a732a
commit 8f2cca8c79

2
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
}
stage('Deploy') {
steps {
withCredentials([string(credentialsId: 'google-email-apps-password', variable: 'GOOGLE_APP_PASSWORD')]) {
sh """
COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate
"""
@ -18,3 +19,4 @@ pipeline {
}
}
}
}