[#31] feat: add DB migration stage
This commit is contained in:
@@ -11,11 +11,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
// stage('Github clone') {
|
||||
// steps {
|
||||
// git branch: '${BUILD_BRANCH}', url: 'https://github.com/beaniejoy/dongne-cafe-api.git'
|
||||
// }
|
||||
// }
|
||||
stage('DB Migrate') {
|
||||
steps {
|
||||
sh './script/db_migration.sh'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user