new header, makefile structuresync

This commit is contained in:
2024-04-24 16:14:18 +02:00
parent 24a5b56eac
commit f10dd5e4db
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -33,7 +33,7 @@ logs:
down:
docker-compose down
maj_config: crd composer_install updb cim cr
maj_config: crd composer_install updb cim structsync cr
crd:
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 cache-clear drush"
@@ -50,6 +50,9 @@ cim:
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 config-import -y"
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 config-import -y"
structsync:
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 ia --choice="safe" -y"
cr:
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2021 cr"
docker exec popsucoloque-php-1 /bin/bash -c "vendor/bin/drush @self.colloque2024 cr"
+1 -1
Submodule app updated: 31fe945538...06cfc5d191