From f1749a9cdb591b07e971f40885647f33bb0d415a Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 14:09:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d67d92e..b3cc6f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,9 +64,7 @@ jobs: key: dependencies-{{ checksum "package.json" }}-v1 - run: command: yarn test - environment: - DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer - + heroku_deploy: docker: - image: buildpack-deps:trusty