Browse Source

🚧 update config

main
spokequenouille 5 years ago
parent
commit
ab4bc25b9a
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -50,6 +50,7 @@ jobs:
name: Launching tests
command: |
. venv/bin/activate
pip install -r requirements/dev.txt
python3.7 -m flask db upgrade
python3.7 -m flask test
deploy-heroku:
@ -60,7 +61,7 @@ jobs:
- run:
command: |
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git mainhero
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save