From 4d8e2775c0add65a26cc96e35bd539e979cb5211 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Thu, 14 Jan 2021 22:25:30 +0100 Subject: [PATCH] :construction_worker: Ajout heroku au CI --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cbe5c98..9451dcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,5 +70,9 @@ workflows: jobs: - build - flask_tests: + requires: + - build + - deploy-heroku: + context: Heroku requires: - build \ No newline at end of file