Skip to content
Snippets Groups Projects
Commit 72609172 authored by Christian Dresen's avatar Christian Dresen
Browse files

[WarpInfra] fixed Entrypoints for not Migrating

parent b912a8fb
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,6 @@
#service rsyslog restart
cd /opt/warpinfra;
python3 manage.py makemigrations --merge
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py compilemessages
python3 manage.py collectstatic --noinput
......@@ -11,4 +9,4 @@ python3 manage.py collectstatic --noinput
cp -r /opt/warpinfra/static /opt/socket/
uwsgi --ini /opt/nginx/uwsgi.ini --py-autoreload 1
tail -f /var/log/uwsgi.log
\ No newline at end of file
tail -f /var/log/uwsgi.log
......@@ -2,9 +2,8 @@
#service rsyslog restart
cd /opt/warpinfra;
python3 manage.py makemigrations --merge
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py compilemessages
python3 manage.py collectstatic --noinput
python3 manage.py runserver 0.0.0.0:80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment