diff --git a/Procfile b/Procfile deleted file mode 100644 index 116f3f1ae17..00000000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: python3 ./changedetection.py -C -d ./datastore -p $PORT diff --git a/app.json b/app.json deleted file mode 100644 index a9249e88c77..00000000000 --- a/app.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "ChangeDetection.io", - "description": "The best and simplest self-hosted open source website change detection monitoring and notification service.", - "keywords": [ - "changedetection", - "website monitoring" - ], - "repository": "https://github.com/dgtlmoon/changedetection.io", - "success_url": "/", - "scripts": { - }, - "env": { - }, - "formation": { - "web": { - "quantity": 1, - "size": "free" - } - }, - "image": "heroku/python" -} diff --git a/heroku.yml b/heroku.yml deleted file mode 100644 index c7790e12caf..00000000000 --- a/heroku.yml +++ /dev/null @@ -1,2 +0,0 @@ -run: - changedetection: python3 ./changedetection.py -C -d ./datastore -p $PORT