mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 04:37:04 +03:00
This commit is contained in:
parent
6f62b91f34
commit
afe7decfb0
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user