Skip to content

Commit

Permalink
Add Heroku generated app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitodread committed Sep 19, 2019
1 parent b773366 commit d22957e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"addons": [

],
"buildpacks": [
{
"url": "heroku/scala"
}
],
"description": "Heroku pipeline",
"env": {
},
"formation": {
"web": {
"quantity": 1
}
},
"name": "pitaya-finch",
"scripts": {
},
"stack": "heroku-18"
}

0 comments on commit d22957e

Please sign in to comment.