Added script for updating project

This commit is contained in:
naomi 2022-04-08 11:21:56 +01:00
parent 14f6c14f1d
commit d2f4e9b152
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
!composer.json
!composer.lock
!update_project.sh
!.gitignore
!config
!config/*

1
update_project.sh Executable file
View File

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