|
1 | 1 | {
|
2 | 2 | "name": "Website, by CrimethInc.",
|
3 | 3 | "description": "Rails app that powers crimethinc.com",
|
4 |
| - "keywords": [ |
5 |
| - "indieweb", |
6 |
| - "publishing", |
7 |
| - "rubyonrails", |
8 |
| - "rails" |
9 |
| - ], |
10 |
| - |
| 4 | + "keywords": ["indieweb", "publishing", "rubyonrails", "rails"], |
11 | 5 | "website": "https://crimethinc.com",
|
12 | 6 | "repository": "https://github.com/crimethinc/website",
|
13 | 7 | "logo": "https://avatars0.githubusercontent.com/u/21285375",
|
14 |
| - |
15 | 8 | "success_url": "/",
|
16 | 9 |
|
17 | 10 | "scripts": {
|
18 | 11 | "postdeploy": "bundle exec rake db:migrate && bundle exec rake db:seed"
|
19 | 12 | },
|
20 | 13 |
|
21 | 14 | "env": {
|
22 |
| - "SECRET_KEY_BASE": { |
| 15 | + "RAILS_MASTER_KEY": { |
23 | 16 | "description": "This gets generated",
|
24 |
| - "generator": "secret" |
| 17 | + "generator": "secret" |
25 | 18 | },
|
26 | 19 |
|
27 |
| - "MIN_THREADS": "1", |
28 |
| - "MAX_THREADS": "1" |
| 20 | + "RAILS_MIN_THREADS": "1", |
| 21 | + "RAILS_MAX_THREADS": "5", |
| 22 | + "WEB_CONCURRENCY": { |
| 23 | + "description": "The number of processes to run.", |
| 24 | + "value": "3" |
| 25 | + } |
| 26 | + }, |
| 27 | + |
| 28 | + "formation": { |
| 29 | + "web": { |
| 30 | + "quantity": 1, |
| 31 | + "size": "basic" |
| 32 | + } |
29 | 33 | },
|
30 | 34 |
|
31 | 35 | "addons": [
|
32 |
| - "heroku-postgresql:hobby-dev" |
| 36 | + { |
| 37 | + "plan": "heroku-postgresql:essential-0", |
| 38 | + "options": { |
| 39 | + "version": "15" |
| 40 | + } |
| 41 | + } |
33 | 42 | ],
|
34 | 43 |
|
35 | 44 | "environments": {
|
36 |
| - "test": { |
| 45 | + "review": { |
37 | 46 | "buildpacks": [
|
38 |
| - { "url": "heroku://github.com/gaffneyc/heroku-buildpack-jemalloc" }, |
39 |
| - { "url": "heroku/ruby" }, |
| 47 | + { "url": "https://github.com/gaffneyc/heroku-buildpack-jemalloc" }, |
| 48 | + { "url": "https://github.com/heroku/heroku-buildpack-activestorage-preview" }, |
40 | 49 | { "url": "https://github.com/heroku/heroku-buildpack-apt" },
|
41 |
| - { "url": "https://github.com/heroku/heroku-buildpack-activestorage-preview" } |
| 50 | + { "url": "heroku/ruby" } |
42 | 51 | ]
|
43 | 52 | }
|
44 | 53 | },
|
45 | 54 |
|
46 |
| - "stack": "heroku-22" |
| 55 | + "stack": "heroku-24" |
47 | 56 | }
|
0 commit comments