Added push_project script

This commit is contained in:
naomi 2022-04-08 12:24:29 +01:00
parent 234f42fec7
commit 9cf19f0e15
3 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1 @@
composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project"