weblate/scripts/deploy.sh
Michal Čihař 11f273f1bf Add simple deploy script
Signed-off-by: Michal Čihař <michal@cihar.com>
2018-04-28 10:11:44 +02:00

8 lines
175 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