Update Jenkinsfile
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
56fc7a732a
commit
8f2cca8c79
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,10 +11,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
|
withCredentials([string(credentialsId: 'google-email-apps-password', variable: 'GOOGLE_APP_PASSWORD')]) {
|
||||||
sh """
|
sh """
|
||||||
COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate
|
COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user