From 59358e00a99ea452f76934d3dc8000408f783258 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 1 Dec 2020 17:55:55 +0100 Subject: [PATCH] rollback variable heruko api key --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 852c8d1..cbfcf1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -100,7 +100,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/calm-island-54504.git HEAD:main + command: git push https://heroku:0c182b29-a735-49f6-a653-913f906d3a39@git.heroku.com/calm-island-54504.git HEAD:main - run: name: Smoke Test command: ./heroku_test_dep.sh