Browse Source

added drush ib to deploye scripts

bach 2 years ago
parent
commit
d31d931b5a
2 changed files with 4 additions and 4 deletions
  1. 3 3
      Makefile
  2. 1 1
      src_d9

+ 3 - 3
Makefile

@@ -35,7 +35,7 @@ ps:
 logs:
 		docker-compose logs -f
 
-d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_im d9_cr
+d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_sync_struct d9_cr
 
 d9_crd:
 		docker exec popsu_php_d9_1 /bin/bash -c "drush cache-clear drush"
@@ -49,8 +49,8 @@ d9_updb:
 d9_cim:
 		docker exec popsu_php_d9_1 /bin/bash -c "drush config-import -y"
 
-d9_im:
-		docker exec popsu_php_d9_1 /bin/bash -c "drush im"
+d9_sync_struct:
+		docker exec popsu_php_d9_1 /bin/bash -c "drush im && drush ib"
 
 d9_composer_install:
 		docker exec popsu_php_d9_1 /bin/bash -c "composer install --no-dev"

+ 1 - 1
src_d9

@@ -1 +1 @@
-Subproject commit 05c2fd20bc7208237fbc1ca274fc6813cab6802b
+Subproject commit 863593ab9252c216e0e74173f89cb38245208cad