Skip to content

Commit

Permalink
add db migrations steps
Browse files Browse the repository at this point in the history
  • Loading branch information
celer committed Jun 7, 2024
1 parent dbfcf25 commit ac91b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
script: |
cd /${{ secrets.SERVER_USERNAME }}/api/vocab_dictionnary/
docker-compose run web python manage.py makemigrations
docker-compose run web python manage.py migrate
docker compose run web python manage.py makemigrations
docker compose run web python manage.py migrate

0 comments on commit ac91b9b

Please sign in to comment.