forked from codetriage/CodeTriage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 742 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name":"Code Triage ",
"description": "Helping you contribute to open source since 2013",
"website": "https://www.codetriage.com/",
"repository": "https://github.com/codetriage/codetriage",
"scripts":{
"postdeploy":"rake db:schema:load db:migrate db:seed",
"test": "bundle exec rubocop && bin/rails test && rails db:seed"
},
"env":{
"DEVISE_SECRET_KEY": "foo",
"DEVISE_SECRET_TOKEN": "bar",
"WEB_CONCURRENCY": "1"
},
"addons": [
"heroku-postgresql:in-dyno",
"heroku-redis:in-dyno",
"memcachier"
],
"buildpacks": [
{
"url": "https://github.com/mojodna/heroku-buildpack-jemalloc.git"
},
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
]
}