Refresh web and celery in update command
This commit is contained in:
parent
4b88ea142f
commit
e9e4f70ae4
2
bw-dev
2
bw-dev
|
@ -143,6 +143,8 @@ case "$CMD" in
|
||||||
runweb python manage.py migrate
|
runweb python manage.py migrate
|
||||||
runweb python manage.py collectstatic --no-input
|
runweb python manage.py collectstatic --no-input
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
docker-compose restart web
|
||||||
|
docker-compose restart celery_worker
|
||||||
;;
|
;;
|
||||||
populate_streams)
|
populate_streams)
|
||||||
runweb python manage.py populate_streams "$@"
|
runweb python manage.py populate_streams "$@"
|
||||||
|
|
Loading…
Reference in New Issue