diff --git a/Procfile b/Procfile index 04299ea9e49e1abbf38a15831b95c7a1f233d015..96bc2557db1a5fdf2b3854e3bdaf6b3bc376276d 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -release: python manage.py migrate --noinput +release: python manage.py migrate --noinput && python manage.py clear_cache --cache=default --cache=wagtailcache web: gunicorn opentech.wsgi:application --log-file -