From 589c9b55b3390eeed7b19366f77a91cac8a584f5 Mon Sep 17 00:00:00 2001 From: abouhanifa Date: Thu, 3 Dec 2020 20:39:49 +0100 Subject: [PATCH] msg --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a604b1..a6e829b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,8 +121,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: - git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master + command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master - run: name: Smoke Test command: |