From 723c20e8cb7dc69e7dd0e0f7a76be9d3bf5d432b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 5 Jan 2024 18:24:40 +0100 Subject: [PATCH] Removing heroku as its no longer free --- Procfile | 1 - heroku.yml | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 Procfile delete mode 100644 heroku.yml 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/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