From b6c65706cb05f0c618ca59a7488aef43fd35ee97 Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 19:23:44 +0100 Subject: [PATCH] :heart: fix db connection 10 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2002a7e..1241f2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: # A basic unit of work in a run pip install -r requirements/dev.txt environment: CONDUIT_SECRET: $CONDUIT_SECRET - FLASK_APP: autoapp.py + FLASK_APP: /home/circleci/repo/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 @@ -73,7 +73,7 @@ jobs: # A basic unit of work in a run flask db upgrade environment: CONDUIT_SECRET: $CONDUIT_SECRET - FLASK_APP: autoapp.py + FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 DATABASE_URL: postgresql://circle_test:pwd@localhost:5432/circle_test # - run: