Improve CI pipeline of indexer
- push to a
next
branch instead ofmaster
, indexnext
branch into Solr, then switch tomaster
- what if indexation is interrupted? could we index in a sort of
next
branch of Solr, then merge to normal index?
next
branch instead of master
, index next
branch into Solr, then switch to master
next
branch of Solr, then merge to normal index?