Browse Source

updated makfile

bach 5 months ago
parent
commit
1084388e21
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makefile

+ 3 - 3
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"