abouhanifa 6 years ago
parent
commit
84ca4a32ce
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -121,7 +121,8 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
command: |
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |

Loading…
Cancel
Save