Removing heroku support as its no longer free

This commit is contained in:
dgtlmoon
2024-01-05 18:27:36 +01:00
parent b6d8db4c67
commit 3ac0c9346c
3 changed files with 0 additions and 24 deletions
-1
View File
@@ -1 +0,0 @@
web: python3 ./changedetection.py -C -d ./datastore -p $PORT
-21
View File
@@ -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"
}
-2
View File
@@ -1,2 +0,0 @@
run:
changedetection: python3 ./changedetection.py -C -d ./datastore -p $PORT