diff --git a/.gitignore b/.gitignore index 63b7e77..81ccfd9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ !composer.json !composer.lock -!update_project.sh +!push_project.sh +!pull_project.sh !.gitignore !config !config/* diff --git a/update_project.sh b/pull_project.sh similarity index 100% rename from update_project.sh rename to pull_project.sh diff --git a/push_project.sh b/push_project.sh new file mode 100755 index 0000000..90ee485 --- /dev/null +++ b/push_project.sh @@ -0,0 +1 @@ +composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project"