Skip to content

Commit

Permalink
Add buildpacks to standard heroku set-up
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJackson-Oslo committed Feb 7, 2024
1 parent a798e73 commit 3a11e54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"scripts": {
"postdeploy": "rails db:schema:load db:seed"
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
],
"addons": [
{
"plan": "heroku-redis"
Expand Down

0 comments on commit 3a11e54

Please sign in to comment.