mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Switching discover feeds search index to preserve prod.
This commit is contained in:
parent
fbe34c4c9e
commit
a49eaa1ad5
3 changed files with 13 additions and 11 deletions
|
@ -63,6 +63,7 @@
|
|||
name:
|
||||
- boto3
|
||||
- botocore
|
||||
virtualenv: ~/.virtualenvs/newsblur
|
||||
tags:
|
||||
- never
|
||||
- static
|
||||
|
|
|
@ -12,4 +12,5 @@
|
|||
git:
|
||||
repo: https://github.com/samuelclay/NewsBlur.git
|
||||
dest: /srv/newsblur/
|
||||
version: master
|
||||
# version: master
|
||||
version: discover
|
||||
|
|
|
@ -492,7 +492,7 @@ class SearchStory:
|
|||
|
||||
class SearchFeed:
|
||||
_es_client = None
|
||||
name = "feeds"
|
||||
name = "discover-feeds"
|
||||
model = None
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue