From 655f3b07924efb8d318c1264da11c49a4e1cb891 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:42:04 -0400 Subject: [PATCH] Delete app.json --- app.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 app.json diff --git a/app.json b/app.json deleted file mode 100644 index 8033cfa..0000000 --- a/app.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "Invitarr", - "description": "This app does one little thing, and does it well.", - "repository": "https://github.com/Sleepingpirates/Invitarr", - "scripts": { - "predeploy": "git subtree push --prefix Docker Invitarr master" - }, - "buildpacks": [ - { - "url": "heroku/python" - } - ] -}