fixes
Some checks failed
Build and push image / deploy (push) Has been cancelled

This commit is contained in:
2025-04-02 13:29:32 +01:00
parent 708df71220
commit 0adfba1275
8 changed files with 17 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
python manage.py migrate --settings=cbreader.settings.base
#!/usr/bin/env sh
uv run manage.py migrate --settings=cbreader.settings.base
python manage.py collectstatic --settings=cbreader.settings.base --noinput --clear
uv run manage.py collectstatic --settings=cbreader.settings.base --noinput --clear
gunicorn --workers 3 --bind 0.0.0.0:8000 cbreader.wsgi:application
uv run gunicorn --workers 3 --bind 0.0.0.0:8000 cbreader.wsgi:application