removed python3.9 from update (python3 is enough)
This commit is contained in:
parent
3de6f6faf8
commit
fff5c2387b
@ -211,10 +211,10 @@ git pull
|
|||||||
# load envirtonment variables
|
# load envirtonment variables
|
||||||
export $(cat /var/www/recipes/.env |grep "^[^#]" | xargs)
|
export $(cat /var/www/recipes/.env |grep "^[^#]" | xargs)
|
||||||
# migrate database
|
# migrate database
|
||||||
bin/python3.9 manage.py migrate
|
bin/python3 manage.py migrate
|
||||||
# collect static files
|
# collect static files
|
||||||
bin/python3.9 manage.py collectstatic --no-input
|
bin/python3 manage.py collectstatic --no-input
|
||||||
bin/python3.9 manage.py collectstatic_js_reverse
|
bin/python3 manage.py collectstatic_js_reverse
|
||||||
# change to frontend directory
|
# change to frontend directory
|
||||||
cd vue
|
cd vue
|
||||||
# install and build frontend
|
# install and build frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user