Browse Source

🔧 add the flask db migrate command inside the config.yml file

main
tchawou-daniel 5 years ago
parent
commit
58e19edc1c
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -40,6 +40,7 @@ jobs:
command: |
. venv/bin/activate
sleep 1
flask db migrate -m "Initial migration."
flask db upgrade
- run:
name: flask test

Loading…
Cancel
Save