Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
iljavaleev committed Jul 8, 2024
1 parent e3ad8c9 commit 0c6af9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run migrations
env:
DJANGO_SETTINGS_MODULE: admin_panel.settings
DJANGO_CONFIGURATION: Test
run: |
python admin_panel/manage.py makemigrations
python admin_panel/manage.py migrate --run-syncdb
env: |
DJANGO_SETTINGS_MODULE: admin_panel.settings
DJANGO_CONFIGURATION: Test
- name: Lint
run: |
ruff check .
Expand Down
4 changes: 3 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c6af9c

Please sign in to comment.