diff --git a/Makefile b/Makefile index a61096d..7966b7c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ ps: logs: docker-compose logs -f -maj_config: crd composer_install updb cim cr pag #dev.phpmyadmin.reha.fr +maj_config: crd composer_install updb cim cac cr #pag crd: docker exec reha-php-1 /bin/bash -c "drush cache-clear drush" @@ -49,8 +49,8 @@ updb: cim: docker exec reha-php-1 /bin/bash -c "drush config-import -y" -# sync_struct: -# docker exec reha-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full" +cac: + docker exec reha-php-1 /bin/bash -c "drush content_as_config:import block_content --style=safe && drush content_as_config:import menu_link_content --style=safe" cr: docker exec reha-php-1 /bin/bash -c "drush cr"