diff --git a/update.sh b/update.sh index 164cf07..8674d16 100644 --- a/update.sh +++ b/update.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash source ../env/bin/activate && +pip install -r requirements/base.txt && git reset --hard && git pull && +chmod +x update.sh && ./manage.py migrate --noinput && ./manage.py collectstatic --noinput && supervisorctl restart arch &&