aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
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"
+ }
}