Skip to content

Commit

Permalink
Add app.json for heroku with nginx buildpack (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermparent authored Jul 22, 2022
1 parent a030cf1 commit e0c9934
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nginx.git"
}
],
"env": {},
"formation": {
"web": {
"quantity": 1
}
},
"name": "gatsby-theme-iterative-example",
"scripts": {},
"stack": "heroku-22"
}

0 comments on commit e0c9934

Please sign in to comment.