From dd6a24d337bb4b378500cbaa9f5ac103fbacbd47 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 15 Dec 2021 23:09:43 +0100 Subject: [PATCH] Try simpler heroku recipe --- heroku.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/heroku.yml b/heroku.yml index 8b7afcb4..c7790e12 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,5 +1,2 @@ -build: - docker: - changedetection: Dockerfile run: - changedetection: python ./changedetection.py -d /datastore -p $PORT + changedetection: python3 ./changedetection.py -C -d ./datastore -p $PORT