Added push_project script
This commit is contained in:
parent
234f42fec7
commit
9cf19f0e15
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,7 +2,8 @@
|
||||
|
||||
!composer.json
|
||||
!composer.lock
|
||||
!update_project.sh
|
||||
!push_project.sh
|
||||
!pull_project.sh
|
||||
!.gitignore
|
||||
!config
|
||||
!config/*
|
||||
|
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"
|
Reference in New Issue
Block a user