Added script for updating project

This commit is contained in:
naomi 2022-04-08 11:21:00 +01:00
parent b5a5c7991a
commit 721439388e
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