Skip to content
Snippets Groups Projects
Commit 8b4196b5 authored by Ole-Christian Bjerkeset's avatar Ole-Christian Bjerkeset
Browse files

added migrations to ci/cd script

parent 93fdef15
No related branches found
No related tags found
No related merge requests found
Pipeline #162522 passed
......@@ -10,6 +10,8 @@ test:
- cd backend/secfit
- apt-get update -qy
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
staging:
type: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment