From 7929c729f11afd6892e1b3e06e0e8ad616c51d9e Mon Sep 17 00:00:00 2001 From: Gianni Giudice <45078018+GianniGiudice@users.noreply.github.com> Date: Tue, 1 Dec 2020 16:00:46 +0100 Subject: [PATCH] heroku open added to config circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b8231ae..9f6fc53 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push heroku main + command: git push heroku main; heroku open - run: name: Smoke Test command: ./test.sh