Commit 3bdcce28 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

add example in update.sh-dist

parent a1286b8c
Loading
Loading
Loading
Loading
+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