From 5f387f948374c5701047f86a97add2e52c7401bf Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 1 Dec 2020 15:56:21 +0100 Subject: [PATCH] mlkofke --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7fe721..299bcdf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,8 +122,9 @@ jobs: - run: name: Heroku Deploy command: | - heroku/install - heroku/deploy-via-git + HEROKU_API_KEY=f33f34b0-9953-4d98-a6f1-18d7ed33cde5 + HEROKU_APP_NAME=murmuring-eyrie-98234 + git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master - run: name: Smoke Test command: |