mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
removed python3.9 from update (python3 is enough)
This commit is contained in:
@@ -211,10 +211,10 @@ git pull
|
||||
# load envirtonment variables
|
||||
export $(cat /var/www/recipes/.env |grep "^[^#]" | xargs)
|
||||
# migrate database
|
||||
bin/python3.9 manage.py migrate
|
||||
bin/python3 manage.py migrate
|
||||
# collect static files
|
||||
bin/python3.9 manage.py collectstatic --no-input
|
||||
bin/python3.9 manage.py collectstatic_js_reverse
|
||||
bin/python3 manage.py collectstatic --no-input
|
||||
bin/python3 manage.py collectstatic_js_reverse
|
||||
# change to frontend directory
|
||||
cd vue
|
||||
# install and build frontend
|
||||
|
||||
Reference in New Issue
Block a user