abouhanifa 6 years ago
parent
commit
08b5acff09
  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: |
command:
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
- run: - run:
name: Smoke Test name: Smoke Test

Loading…
Cancel
Save