From 215f8c14923f2607b760ba3c3d93fc4d1be067a6 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Sat, 16 Jan 2021 13:21:48 +0100 Subject: [PATCH] improve config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b45878f..1e3e7c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: autoapp.py - DATABASE_URL: postgresql://myuser:somePwd@localhost:5432/mydb + DATABASE_URL: postgresql://myUser:somePwd@localhost:5432/mydb FLASK_DEBUG: 1 POSTGRES_USER: myUser POSTGRES_DB: mydb @@ -68,6 +68,7 @@ jobs: - save_cache: paths: - ./venv + key: v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} workflows: version: 2.1