From 446a019b52ff88d2bd2a05f5ce7424222f4539cb Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Sat, 16 Jan 2021 13:44:45 +0100 Subject: [PATCH] improve config.yml --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5493678..63eef61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,14 @@ jobs: paths: - ./venv key: v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }} +back-deploy-heroku: + docker: + - image: buildpack-deps:trusty + steps: + - checkout + - run: + name: Heroku Deploy + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master workflows: version: 2.1 build_circleci: