updated makfile

This commit is contained in:
2023-11-21 11:04:39 +01:00
parent d052ac70f3
commit 1084388e21
+3 -3
View File
@@ -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"