Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenb committed Jan 23, 2018
1 parent 365057a commit 48a8f84
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "govuk-dependencies",
"scripts": {
},
"env": {
"LANG": {
"required": true
},
"RACK_ENV": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [

],
"buildpacks": [
{
"url": "heroku/ruby"
}
]
}

0 comments on commit 48a8f84

Please sign in to comment.