Added static refresh to release process
This commit is contained in:
parent
8cb83b25fb
commit
2913344224
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -39,6 +39,8 @@ setup:
|
|||
|
||||
release:
|
||||
docker-compose build web
|
||||
docker-compose exec web ./manage.py collectstatic --noinput
|
||||
docker-compose exec web ./manage.py compress
|
||||
docker-compose stop web
|
||||
docker-compose kill web
|
||||
docker-compose up -d web
|
||||
|
|
Loading…
Reference in a new issue