|
@@ -1,6 +1,6 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
|
|
|
-#cd <path to project>
|
|
|
|
|
|
+cd /root/sharix-assist-webapp-base/
|
|
|
|
|
|
source venv/bin/activate
|
|
source venv/bin/activate
|
|
|
|
|
|
@@ -8,4 +8,4 @@ python manage.py makemigrations
|
|
python manage.py migrate
|
|
python manage.py migrate
|
|
python manage.py collectstatic -l --noinput
|
|
python manage.py collectstatic -l --noinput
|
|
|
|
|
|
-gunicorn core.wsgi:application -c core/gunicorn.py
|
|
|
|
|
|
+gunicorn core.wsgi:application -c core/gunicorn.py
|