mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-21 17:11:06 +00:00
Updates bw-dev command and ticks version number
This commit is contained in:
parent
820279166a
commit
78b03efe45
2 changed files with 2 additions and 1 deletions
|
@ -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
1
bw-dev
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue