Skip to content

Commit

Permalink
Merge pull request #4388 from alphagov/update-heroku
Browse files Browse the repository at this point in the history
Update heroku configuration
  • Loading branch information
KludgeKML authored Nov 12, 2024
2 parents eae3999 + 53e70d7 commit 386bbba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "Frontend",
"repository": "https://github.com/alphagov/frontend",
"stack": "heroku-20",
"env": {
"GOVUK_APP_DOMAIN": {
"value": "www.gov.uk"
Expand Down Expand Up @@ -39,6 +38,9 @@
},
"image": "heroku/ruby",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
}
Expand Down

0 comments on commit 386bbba

Please sign in to comment.