From 8c628314a11a2af55129b9976f6001c8cd10ebd7 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 03:32:27 +0100 Subject: [PATCH] :construction_worker: update cmd push to heroku --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91aaef4..25c9fcf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,8 +56,7 @@ jobs: - branch: main - run: name: Heroku deploy - command: | - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git - run: name: Smoke test command: |