aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 20:47:51 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 20:47:51 -0400
commit52aeca23f6c9a86afbaec278bc2fcda0993e3d00 (patch)
tree07ae26b03b94058e556ddbdc249e38f6b31a4b22 /app.json
parentfe4c8335f24b191093cfa47d099cc85ebb62585d (diff)
parentac0e595a531e212e4885633eb043760bcc5d4946 (diff)
Merge pull request #5 from benburwell/fix-pg-error
Hopefully this fixes weird PG errors
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..7bc9460 100644
--- a/app.json
+++ b/app.json
@@ -1,5 +1,8 @@
{
"addons": [
"heroku-postgresql:hobby-dev"
- ]
+ ],
+ "scripts": {
+ "postdeploy": "npm install pg; node db/bootstrap.js"
+ }
}