Merge branch 'master' of github.com:dgtlmoon/changedetection.io

This commit is contained in:
Leigh
2021-07-26 07:11:54 +02:00
3 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from backend import store
def main(argv):
ssl_mode = False
port = 5000
port = os.environ.get('PORT') or 5000
do_cleanup = False
# Must be absolute so that send_from_directory doesnt try to make it relative to backend/

5
heroku.yml Normal file
View File

@@ -0,0 +1,5 @@
build:
docker:
changedetection: Dockerfile
run:
changedetection: python ./changedetection.py -d /datastore