浏览代码

updated makfile

bach 6 月之前
父节点
当前提交
1084388e21
共有 1 个文件被更改,包括 3 次插入3 次删除
  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"