From ab4bc25b9afc7d704fcf8437d9cd504ab758b4c0 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Sun, 17 Jan 2021 20:01:45 +0100 Subject: [PATCH] :construction: update config --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 299aa8a..5167773 100644 --- a/.circleci/config.yml +++ b/.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: |