Browse Source

heroku

main
Youssef Touggani 6 years ago
parent
commit
9eb902a434
  1. 2
      .circleci/config.yml

2
.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

Loading…
Cancel
Save