From 3c0247a7a2bce02db1712018486c1962de38d98b Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 18:10:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20db=20connection=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29419e9..948ae67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,11 @@ jobs: # A basic unit of work in a run python3 -m venv venv . venv/bin/activate pip install -r requirements/dev.txt + environment: + CONDUIT_SECRET: $CONDUIT_SECRET + 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 key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} paths: