From f95ea5cd263dbf8873e4d48512074c08d36dd46b Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 5 Nov 2020 20:36:28 +0100 Subject: [PATCH] workflow --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69b48be..5e1f59d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ workflows: jobs: deploy_node: docker: - - image: circleci/node:12 # the primary container, where your job's commands are run + - image: cimg/node:12 # the primary container, where your job's commands are run environment: DATABASEURL: postgres://psqluser:psqlpassword@localhost:5432/psdb JWT_SECRET: secret