Browse Source

heroku open added to config circleci

main
Gianni Giudice 6 years ago
parent
commit
7929c729f1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -121,7 +121,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push heroku main
command: git push heroku main; heroku open
- run: - run:
name: Smoke Test name: Smoke Test
command: ./test.sh command: ./test.sh

Loading…
Cancel
Save