From 9eb902a434d449976f7dfd8e4ad40c4a4bfb13d9 Mon Sep 17 00:00:00 2001 From: Youssef Touggani Date: Tue, 1 Dec 2020 16:18:23 +0100 Subject: [PATCH] heroku --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3af9d5..d38d93d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: heroku open + command: git push heroku main - run: name: Smoke Test command: ./../dep_heroku.sh