parent
3dc6b47d16
commit
a41d011cf1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
steps {
|
||||
withCredentials([string(credentialsId: 'google-email-apps-password', variable: 'GOOGLE_APP_PASSWORD')]) {
|
||||
sh """
|
||||
COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate
|
||||
GOOGLE_APP_PASSWORD="${GOOGLE_APP_PASSWORD}" COMPOSE_PROJECT_NAME=${PROJECT_NAME} docker compose up -d --force-recreate
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user