weblate/scripts/deploy.sh
2020-02-20 09:58:06 +01:00

7 lines
174 B
Bash
Executable file

#!/bin/sh
# Very simple script to deploy from git
git pull --rebase
./manage.py migrate
./manage.py compilemessages
./manage.py collectstatic --noinput
./manage.py setuplang