From 27c932d2cebdf93bbd02c5c9b9527ac9aa363708 Mon Sep 17 00:00:00 2001 From: Tim Mecklem Date: Thu, 5 Sep 2019 21:34:45 -0400 Subject: [PATCH] Push to heroku master on production deployment --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 31103e8..6f81d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,7 +126,7 @@ jobs: - run: name: Deploy Master to Heroku command: | - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PRODUCTION_APP_NAME.git $CIRCLE_TAG + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_PRODUCTION_APP_NAME.git $CIRCLE_TAG:master