From bc4b0bdb41167f2463433203d290d55ce176da9d Mon Sep 17 00:00:00 2001 From: Neel-Leo Coffin Date: Tue, 1 Dec 2020 15:35:28 +0100 Subject: [PATCH] change heroku deploy --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8bc473..121bfc6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,7 +101,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push heroku main + command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main && heroku open - run: name: Smoke Test command: