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:
|
name:
|
||||||
- boto3
|
- boto3
|
||||||
- botocore
|
- botocore
|
||||||
|
virtualenv: ~/.virtualenvs/newsblur
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- static
|
- static
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue