Browse Source

👷 update cmd run

pull/1/merge
lamya-rey 5 years ago
parent
commit
a84e6e27e6
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -75,7 +75,8 @@ jobs:
- run:
name: Heroku deploy
command: |
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save