From 6c8a5a1be212ce7dcb6da5bbbbd7699af09432c9 Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Jan 2021 15:25:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20heroku=20automatic=20deplo?= =?UTF-8?q?y=202?= 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 f409fe2..e5d23e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,6 +101,6 @@ workflows: # - test: # requires: # - build - - heroku + - heroku: requires: - build \ No newline at end of file