Updates bw-dev command and ticks version number

This commit is contained in:
Mouse Reeve 2022-03-16 12:53:05 -07:00
parent 820279166a
commit 78b03efe45
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ from django.utils.translation import gettext_lazy as _
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.3.3"
VERSION = "0.3.4"
RELEASE_API = env(
"RELEASE_API",

1
bw-dev
View file

@ -163,6 +163,7 @@ case "$CMD" in
update)
git pull
docker-compose build
./update.sh
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d