From 291334422495c1ab4d60262df9346e4aaef0eb28 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Wed, 3 May 2017 22:57:51 +0200 Subject: [PATCH] Added static refresh to release process --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d550332..01291f0 100644 --- a/Makefile +++ b/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