aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 20:32:51 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 20:32:51 -0400
commit68c62d41d2b77f4aa9dbb177e47acf6caa369074 (patch)
treeb565673aa67fa48d54a6eed31c29d6e884a33d0a /app.json
parent3c36ceb95b9bf3119c37d34d64559f89f3056618 (diff)
let's see if we can get Heroku to create the schema for us
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/app.json b/app.json
index 4d1b3f2..10cc28d 100644
--- a/app.json
+++ b/app.json
@@ -1,5 +1,8 @@
{
"addons": [
"heroku-postgresql:hobby-dev"
- ]
+ ],
+ "scripts": {
+ "postdeploy": "node db/bootstrap.js"
+ }
}