From 410f8ebc931cbcb9b61dd0bd00ab1c7535180837 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 5 Nov 2020 21:44:36 +0100 Subject: [PATCH] workflow --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79a4149..b85b2a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,14 +12,6 @@ workflows: jobs: deploy_node: - docker: - - image: circleci/node:14 # the primary container, where your job's commands are run - environment: - DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb - JWT_SECRET: secret - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http steps: - checkout - restore_cache: @@ -32,6 +24,14 @@ jobs: paths: - ./node_module deploy_bdd: + docker: + - image: circleci/node:14 # the primary container, where your job's commands are run + environment: + DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb + JWT_SECRET: secret + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http docker: - image: 'circleci/postgres:9.6.2-alpine' environment: