From 24bbc2d1e9136589f5f205843ac58fec8a4955aa Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Jan 2021 15:24:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20heroku=20automatic=20deplo?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e6485b..f409fe2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,5 +102,5 @@ workflows: # requires: # - build - heroku - requires + requires: - build \ No newline at end of file