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