Added script for updating project
This commit is contained in:
parent
b5a5c7991a
commit
721439388e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
!composer.json
|
!composer.json
|
||||||
!composer.lock
|
!composer.lock
|
||||||
|
!update_project.sh
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!config
|
!config
|
||||||
!config/*
|
!config/*
|
||||||
|
1
update_project.sh
Executable file
1
update_project.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
git pull && composer install && drush config:import --source=../config
|
Reference in New Issue
Block a user