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