make file

This commit is contained in:
2023-05-16 14:35:19 +02:00
parent 3071476986
commit 8626b44522
+4 -4
View File
@@ -35,7 +35,7 @@ ps:
logs:
docker-compose logs -f
maj_config: crd composer_install updb cim sync_struct cr pag
maj_config: crd composer_install updb cim cr pag #dev.phpmyadmin.rorschach.fr
crd:
docker exec rorschach-php-1 /bin/bash -c "drush cache-clear drush"
@@ -49,8 +49,8 @@ updb:
cim:
docker exec rorschach-php-1 /bin/bash -c "drush config-import -y"
sync_struct:
docker exec rorschach-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full"
# sync_struct:
# docker exec rorschach-php-1 /bin/bash -c "drush im --choice safe && drush ib --choice full"
cr:
docker exec rorschach-php-1 /bin/bash -c "drush cr"
@@ -60,7 +60,7 @@ pag:
restart_nginx:
docker-compose restart nginx
restart_php:
docker-compose restart php