From d63c70b4adf8965106f0e282fabb968134e75699 Mon Sep 17 00:00:00 2001 From: Pierre Date: Mon, 18 Jan 2021 09:03:58 +0100 Subject: [PATCH] :heart: fix heroku deploy --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84b7a71..ea31f95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ jobs: # A basic unit of work in a run - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main + command: git push --force https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main docker_build_push: working_directory: /dockerapp