Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 61ea818

Browse files
authored
remove typense (#1777)
1 parent db3bca7 commit 61ea818

4 files changed

Lines changed: 0 additions & 113 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ env:
1717
NODE_OPTIONS: "--max-old-space-size=8192"
1818
CP_WEB_URL: https://cloud.rxc.app/
1919
CP_BACKEND_URL: https://f188e2cd-51fb-4b29-b546-2ce4b9efc5d5.fly.dev/
20-
DEV_TYPESENSE_HOST: ${{ secrets.DEV_TYPESENSE_HOST }}
21-
DEV_TYPESENSE_SEARCH_API_KEY: ${{ secrets.DEV_TYPESENSE_SEARCH_API_KEY }}
2220

2321
jobs:
2422
deploy:
@@ -42,15 +40,6 @@ jobs:
4240
- name: Update Reflex CLI
4341
run: uv pip install reflex-hosting-cli -U
4442

45-
- name: Index documentation to Typesense
46-
env:
47-
TYPESENSE_ADMIN_API_KEY: ${{ secrets.DEV_TYPESENSE_ADMIN_API_KEY }}
48-
TYPESENSE_HOST: ${{ secrets.DEV_TYPESENSE_HOST }}
49-
run: |
50-
uv pip install typesense python-frontmatter markdown beautifulsoup4
51-
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
52-
python scripts/synonym_indexer.py
53-
5443
- name: Deploy to Reflex
5544
id: deploy
5645
run: |

.github/workflows/deploy-prd.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ permissions:
1414
env:
1515
NODE_OPTIONS: "--max-old-space-size=8192"
1616
FLY_API_TOKEN: ${{ secrets.PRD_FLY_API_TOKEN }}
17-
TYPESENSE_HOST: ${{ secrets.PRD_TYPESENSE_HOST }}
18-
TYPESENSE_SEARCH_API_KEY: ${{ secrets.PRD_TYPESENSE_SEARCH_API_KEY }}
1917

2018
jobs:
2119
deploy:
@@ -40,15 +38,6 @@ jobs:
4038
- name: Update Reflex CLI
4139
run: uv pip install reflex-hosting-cli -U
4240

43-
- name: Index documentation to Typesense
44-
env:
45-
TYPESENSE_ADMIN_API_KEY: ${{ secrets.PRD_TYPESENSE_ADMIN_API_KEY }}
46-
TYPESENSE_HOST: ${{ secrets.PRD_TYPESENSE_HOST }}
47-
run: |
48-
uv pip install typesense python-frontmatter markdown beautifulsoup4
49-
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
50-
python scripts/synonym_indexer.py
51-
5241
- name: Deploy to Reflex
5342
id: deploy
5443
run: |

.github/workflows/deploy-stg.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ env:
1717
FLY_API_TOKEN: ${{ secrets.STG_FLY_API_TOKEN }}
1818
CP_WEB_URL: https://cloud.reflexcorp.run/
1919
CP_BACKEND_URL: https://29f4f535-4fb8-48b9-8b55-2000f2782aee.fly.dev/
20-
TYPESENSE_HOST: ${{ secrets.STG_TYPESENSE_HOST }}
21-
TYPESENSE_SEARCH_API_KEY: ${{ secrets.STG_TYPESENSE_SEARCH_API_KEY }}
2220

2321
jobs:
2422
deploy:
@@ -42,15 +40,6 @@ jobs:
4240
- name: Update Reflex CLI
4341
run: uv pip install reflex-hosting-cli -U
4442

45-
- name: Index documentation to Typesense
46-
env:
47-
TYPESENSE_ADMIN_API_KEY: ${{ secrets.STG_TYPESENSE_ADMIN_API_KEY }}
48-
TYPESENSE_HOST: ${{ secrets.STG_TYPESENSE_HOST }}
49-
run: |
50-
uv pip install typesense python-frontmatter markdown beautifulsoup4
51-
python scripts/typesense_indexer.py --docs-path ./docs --blog-path ./blog --force
52-
python scripts/synonym_indexer.py
53-
5443
- name: Deploy to Reflex
5544
id: deploy
5645
run: |

.github/workflows/typesense-index.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)