[#31] feat: add DB migration stage

This commit is contained in:
Hanbin Lee
2023-02-06 01:21:12 +09:00
parent af67ae124b
commit 88e162fa43

View File

@@ -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 {