From f29ffe9e55b044e927ecfd6ed2a1f72b293f94f5 Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Fri, 15 Jan 2021 15:46:49 +0100 Subject: [PATCH] add env --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb9bd74..daba294 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,10 +3,6 @@ jobs: build: docker: - image: circleci/python:3.7.4 - environment: - CONDUIT_SECRET: 'something-really-secret' - FLASK_APP: autoapp.py - FLASK_DEBUG: 1 steps: - checkout - run: echo "$CONDUIT_SECRET $FLASK_APP $FLASK_DEBUG" @@ -24,6 +20,9 @@ jobs: docker: - image: circleci/python:3.7.4 environment: + CONDUIT_SECRET: 'something-really-secret' + FLASK_APP: autoapp.py + FLASK_DEBUG: 1 DATABASE_URL: postgresql://myuser:somePwd@localhost:5432/myuser - image: circleci/postgres:9.6.5-alpine-ram environment: