Maxim Kuznetsov

Results 2 comments of Maxim Kuznetsov

It's really nice to have in native support. Now my solution is running in Jenkins/Codeship/Other CI server after each commit ``` git reset --soft HEAD~ php vendor/bruli/php-git-hooks/hooks/pre-commit ``` It covers...

@bertoost There is no built-in SYNC mechanism. You need to do it manually by: - writing a console command to select what you want to sync to ES - injecting...