From 73fa9aa98455cb686207b6095b4f6ffcf68f9217 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Thu, 14 Jan 2021 13:23:58 +0100 Subject: [PATCH] config.yml fix --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd6d99d..cf86c25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,8 @@ jobs: - image: buildpack-deps:trusty steps: - checkout - + + - run: name: Heroku Deploy command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main