From 1084388e21eaf313279c3a2b0a52acc08e144409 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 21 Nov 2023 11:04:39 +0100 Subject: [PATCH] updated makfile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"