Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yooooonshine committed Sep 10, 2024
2 parents aae4b96 + c172e66 commit 2bb188d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django_CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:

pip install --upgrade pip
pip install -r requirements.txt


python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic --noinput

Expand Down

0 comments on commit 2bb188d

Please sign in to comment.