This repository was archived by the owner on Apr 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2321jobs :
2422 deploy :
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 : |
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ permissions:
1414env :
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
2018jobs :
2119 deploy :
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 : |
Original file line number Diff line number Diff line change 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
2321jobs :
2422 deploy :
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 : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments