Loading update.sh-dist +5 −0 Original line number Diff line number Diff line #!/usr/bin/env sh echo "updating..." # add your own logic # git pull # ./venv/bin/pip install -r requirements.txt # ./venv/bin/python manage.py migrate # ./venv/bin/python manage.py collectstatic --no-input # sudo systemctl restart jama echo "... done." No newline at end of file Loading
update.sh-dist +5 −0 Original line number Diff line number Diff line #!/usr/bin/env sh echo "updating..." # add your own logic # git pull # ./venv/bin/pip install -r requirements.txt # ./venv/bin/python manage.py migrate # ./venv/bin/python manage.py collectstatic --no-input # sudo systemctl restart jama echo "... done." No newline at end of file