Compare commits
2 Commits
5f27cbdfc0
...
9cf19f0e15
Author | SHA1 | Date | |
---|---|---|---|
9cf19f0e15 | |||
234f42fec7 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
!composer.json
|
!composer.json
|
||||||
!composer.lock
|
!composer.lock
|
||||||
!update_project.sh
|
!push_project.sh
|
||||||
|
!pull_project.sh
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!config
|
!config
|
||||||
!config/*
|
!config/*
|
||||||
|
1
pull_project.sh
Executable file
1
pull_project.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
git pull && composer install && drush updb && drush config:import --source=../config -y
|
1
push_project.sh
Executable file
1
push_project.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project"
|
@ -1 +0,0 @@
|
|||||||
git pull && composer install && drush config:import --source=../config -y
|
|
Reference in New Issue
Block a user