Browse Source

change heroku deploy

main
Neel-Leo Coffin 6 years ago
parent
commit
44054e4196
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -101,7 +101,7 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push heroku main && heroku open
command: git push heroku main
- run:
name: Smoke Test
command:

Loading…
Cancel
Save