abouhanifa 6 years ago
parent
commit
589c9b55b3
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -121,8 +121,7 @@ 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