From 4626fd209008ccdd9a7a3e5cd48f043cdfd5d7fc Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 1 Dec 2020 16:12:25 +0100 Subject: [PATCH] Heroku deploy --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8230363..2b40671 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: echo todo && false + command: git push https://heroku:$cfd0c3d4-d197-4526-b7af-a42d41b54b0c@git.heroku.com/$limitless-retreat-60236.git HEAD:master - run: name: Smoke Test command: echo todo && false