From 668dfe1b5f73e3ea4495714460a5294f0d4cea09 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 14:56:59 +0100 Subject: [PATCH] :construction_worker: fix cmd run --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a36ecd..36e46a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,8 @@ jobs: - checkout - run: name: Heroku deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main + command: | + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main - run: name: Smoke test command: |