From b34d2361bcbacfcf7bbc598caf1f38bd48a22603 Mon Sep 17 00:00:00 2001 From: c00lerxo Date: Tue, 11 Dec 2018 12:41:16 +0100 Subject: [PATCH] Fix Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Procfile b/Procfile index 3205624..9df3bff 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,3 @@ web: gunicorn cat_or_not heroku ps:scale web=1 +export GOOGLE_APPLICATION_CREDENTIALS="authentication.json"