weblate/scripts/deploy.sh
Michal Čihař b1d0c0715d chore: Consolidate copyright headers
SPDX-FileCopyrightText was mistakenly used on some files.
2023-01-11 09:25:24 +01:00

12 lines
273 B
Bash
Executable file

#!/bin/sh
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Very simple script to deploy from git
git pull --rebase
./manage.py migrate
./manage.py compilemessages
./manage.py collectstatic --noinput
./manage.py setuplang