From 648d80ced55a4d156a2a5ab85efa3795c103bdc9 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 5 Nov 2020 20:48:13 +0100 Subject: [PATCH] workflow --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e1f59d..67e270d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,16 +10,13 @@ workflows: jobs: deploy_node: docker: - - image: cimg/node:12 # the primary container, where your job's commands are run + - 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 - auth: - username: mydockerhub-user - password: $DOCKERHUB_PASSWORD" # context / project UI env-var reference steps: - checkout - restore_cache: