Added postinstall hook for heroku deploys

This commit is contained in:
Wyatt Johnson
2016-12-20 17:51:30 -07:00
parent 36c9f51aa8
commit ef38ed3443
2 changed files with 12 additions and 15 deletions
+4 -8
View File
@@ -17,20 +17,16 @@
"TALK_SMTP_PORT": "2525",
"REWRITE_ENV": "TALK_PORT:PORT,TALK_MONGO_URL:MONGO_URI,TALK_REDIS_URL:REDIS_URL,TALK_SMTP_HOST:POSTMARK_SMTP_SERVER,TALK_SMTP_USERNAME:POSTMARK_API_TOKEN,TALK_SMTP_PASSWORD:POSTMARK_API_TOKEN"
},
"addons": [
{
"addons": [{
"plan": "mongolab:sandbox",
"as": "MONGO"
},
{
}, {
"plan": "rediscloud:30",
"as": "REDIS"
},
{
}, {
"plan": "postmark:10k",
"as": "POSTMARK"
}
],
}],
"image": "heroku/nodejs",
"success_url": "/admin/setup"
}