added drush im to deploye scripts
This commit is contained in:
parent
9927f64f0e
commit
9d4e1f526b
5
Makefile
5
Makefile
@ -35,7 +35,7 @@ ps:
|
||||
logs:
|
||||
docker-compose logs -f
|
||||
|
||||
d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_cr
|
||||
d9_maj_config: d9_crd d9_composer_install d9_updb d9_cim d9_im d9_cr
|
||||
|
||||
d9_crd:
|
||||
docker exec popsu_php_d9_1 /bin/bash -c "drush cache-clear drush"
|
||||
@ -49,6 +49,9 @@ 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_composer_install:
|
||||
docker exec popsu_php_d9_1 /bin/bash -c "composer install --no-dev"
|
||||
|
||||
|
2
src_d9
2
src_d9
@ -1 +1 @@
|
||||
Subproject commit 4b97d6cd1a32d18f26fd52cffd5fac34c42a03e7
|
||||
Subproject commit 05c2fd20bc7208237fbc1ca274fc6813cab6802b
|
Loading…
x
Reference in New Issue
Block a user