Removes duplicate update command

This commit is contained in:
Mouse Reeve 2022-01-13 09:25:43 -08:00
parent 584da682ee
commit 6a7c38003d

7
bw-dev
View file

@ -85,13 +85,6 @@ case "$CMD" in
runweb python manage.py collectstatic --no-input
docker-compose up -d
;;
update)
git pull
docker-compose build
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d
;;
populate_streams)
runweb python manage.py populate_streams "$@"
;;