Switching discover feeds search index to preserve prod.

This commit is contained in:
Samuel Clay 2024-07-10 11:46:57 -04:00
parent fbe34c4c9e
commit a49eaa1ad5
3 changed files with 13 additions and 11 deletions

View file

@ -63,6 +63,7 @@
name: name:
- boto3 - boto3
- botocore - botocore
virtualenv: ~/.virtualenvs/newsblur
tags: tags:
- never - never
- static - static

View file

@ -12,4 +12,5 @@
git: git:
repo: https://github.com/samuelclay/NewsBlur.git repo: https://github.com/samuelclay/NewsBlur.git
dest: /srv/newsblur/ dest: /srv/newsblur/
version: master # version: master
version: discover

View file

@ -492,7 +492,7 @@ class SearchStory:
class SearchFeed: class SearchFeed:
_es_client = None _es_client = None
name = "feeds" name = "discover-feeds"
model = None model = None
@classmethod @classmethod