added updb to update_project script

This commit is contained in:
naomi 2022-04-08 12:07:41 +01:00
parent 5f27cbdfc0
commit 234f42fec7
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
git pull && composer install && drush config:import --source=../config -y
git pull && composer install && drush updb && drush config:import --source=../config -y