summaryrefslogtreecommitdiff
path: root/bin/heroku
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heroku')
-rwxr-xr-xbin/heroku12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/heroku b/bin/heroku
index c5ca1f8a..908ea4eb 100755
--- a/bin/heroku
+++ b/bin/heroku
@@ -2,18 +2,6 @@
set -e
-cat << EOF > .sequelizerc
-var path = require('path');
-
-module.exports = {
- 'config': path.resolve('config.json'),
- 'migrations-path': path.resolve('lib', 'migrations'),
- 'models-path': path.resolve('lib', 'models'),
- 'url': process.env.DATABASE_URL
-}
-
-EOF
-
cat << EOF > config.json
{