Refresh web and celery in update command

This commit is contained in:
Mouse Reeve 2022-02-08 09:17:42 -05:00
parent 4b88ea142f
commit e9e4f70ae4

2
bw-dev
View file

@ -143,6 +143,8 @@ case "$CMD" in
runweb python manage.py migrate
runweb python manage.py collectstatic --no-input
docker-compose up -d
docker-compose restart web
docker-compose restart celery_worker
;;
populate_streams)
runweb python manage.py populate_streams "$@"