From 654e17c1be6416a537727306c5d700e331aa9d45 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 23:38:21 +0100 Subject: [PATCH] :heart: fix db connection 14 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 342456d..e470015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ jobs: # A basic unit of work in a run pip install -r requirements/dev.txt environment: CONDUIT_SECRET: "something-really-secret" - FLASK_APP: /home/circleci/repo/autoapp.py + FLASK_APP: autoapp.py FLASK_DEBUG: 1 DATABASE_URL: postgresql://circle_test:pwd@localhost:5432/circle_test - save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key @@ -75,7 +75,7 @@ jobs: # A basic unit of work in a run # flask db test environment: CONDUIT_SECRET: "something-really-secret" - FLASK_APP: /home/circleci/repo/autoapp.py + FLASK_APP: autoapp.py FLASK_DEBUG: 1 DATABASE_URL: postgresql://circle_test:pwd@localhost:5432/circle_test