mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-05 15:12:10 +00:00
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:
parent
40ffe9f249
commit
9ddc11a47b
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user