We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd4dce commit 5b2320fCopy full SHA for 5b2320f
bin/heroku
@@ -4,16 +4,7 @@ set -e
4
5
if [ ! -z "$DYNO" ]; then
6
# setup config files
7
- cat << EOF > .sequelizerc
8
-const path = require('path')
9
-const config = require('./lib/config')
10
-
11
-module.exports = {
12
- 'migrations-path': path.resolve('lib', 'migrations'),
13
- 'models-path': path.resolve('lib', 'models'),
14
- url: process.env['CMD_DB_URL'] || config.dbURL
15
-}
16
-EOF
+ cp .sequelizerc.example .sequelizerc
17
18
cat << EOF > config.json
19
0 commit comments