Collect assets for production

If we don't do this, assets are collected with the devstack settings by
default, which will fail.
This commit is contained in:
Régis Behmo 2018-04-19 21:14:58 +02:00
parent 40ffe9f249
commit 9ddc11a47b
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ migrate:
$(DOCKER_COMPOSE_RUN_CMS) bash -c "wait-for-greenlight.sh && ./manage.py cms migrate"
assets:
$(DOCKER_COMPOSE_RUN_LMS) paver update_assets lms
$(DOCKER_COMPOSE_RUN_CMS) paver update_assets cms
$(DOCKER_COMPOSE_RUN_LMS) paver update_assets lms --settings=production
$(DOCKER_COMPOSE_RUN_CMS) paver update_assets cms --settings=production
##################### Running