From b42c91736458a26056f8615aaba8f482de67cb7f Mon Sep 17 00:00:00 2001 From: Felipe Bormann Date: Mon, 3 Oct 2016 23:02:33 -0300 Subject: [PATCH] Add Heroku generated app.json --- app.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..2b8ba75 --- /dev/null +++ b/app.json @@ -0,0 +1,16 @@ +{ + "name": "amadeuslms", + "description": "Json created to integrate github with heroku", + "scripts": { + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + + ] +} -- libgit2 0.21.2