Browse Source

💚 Fix git for heroku deployment

main
Galimede 6 years ago
parent
commit
4057808b5e
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -51,6 +51,7 @@ jobs:
- run: - run:
name: Deploy to heroku name: Deploy to heroku
command: | command: |
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com
- run: - run:
name: Smoke test name: Smoke test

Loading…
Cancel
Save