@@ -4,7 +4,7 @@ |
||
| 4 | 4 |
"website": "https://github.com/cantino/huginn", |
| 5 | 5 |
"repository": "https://github.com/cantino/huginn", |
| 6 | 6 |
"env": {
|
| 7 |
- "BUILDPACK_URL": "https://github.com/ddollar/heroku-buildpack-multi.git", |
|
| 7 |
+ "BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-multi.git", |
|
| 8 | 8 |
"APP_SECRET_TOKEN": {
|
| 9 | 9 |
"generator": "secret" |
| 10 | 10 |
}, |
@@ -19,5 +19,6 @@ |
||
| 19 | 19 |
"scripts": {
|
| 20 | 20 |
"postdeploy": "bundle exec rake db:migrate" |
| 21 | 21 |
}, |
| 22 |
+ "addons": ["heroku-postgresql"], |
|
| 22 | 23 |
"success_url": "/users/sign_up" |
| 23 | 24 |
} |