diff --git a/app.json b/app.json new file mode 100644 index 0000000..ae44154 --- /dev/null +++ b/app.json @@ -0,0 +1,22 @@ +{ + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/scala" + } + ], + "description": "Heroku pipeline", + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "name": "pitaya-finch", + "scripts": { + }, + "stack": "heroku-18" +}