Added gitlab pipeline config
This commit is contained in:
parent
9f0886541c
commit
fae42cb001
2 changed files with 35 additions and 0 deletions
|
@ -6,5 +6,13 @@
|
|||
"host": "sequelize-middleware-db",
|
||||
"dialect": "postgres",
|
||||
"seederStorage": "sequelize"
|
||||
},
|
||||
"ci": {
|
||||
"username": "postgres",
|
||||
"password": "",
|
||||
"database": "postgres",
|
||||
"host": "postgres",
|
||||
"dialect": "postgres",
|
||||
"seederStorage": "sequelize"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue