fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oleg.vodyanov91@gmail.com 2025-04-23 00:26:02 +04:00
parent 6f62b91f34
commit afe7decfb0

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
rm -rf /staticFiles && \ rm -rf /staticFiles/* && \
python manage.py collectstatic && \ python manage.py collectstatic && \
python manage.py migrate && \ python manage.py migrate && \
gunicorn wsgi:application --bind 0.0.0.0:8000 gunicorn wsgi:application --bind 0.0.0.0:8000