Skip to content

Commit efe5385

Browse files
committed
update deploy
1 parent fe8086a commit efe5385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ env:
1717
NODE_OPTIONS: "--max-old-space-size=8192"
1818
CP_WEB_URL: https://cloud.rxc.app/
1919
CP_BACKEND_URL: https://cloud-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 }}
20+
TYPESENSE_HOST: ${{ secrets.DEV_TYPESENSE_HOST }}
21+
TYPESENSE_SEARCH_API_KEY: ${{ secrets.DEV_TYPESENSE_SEARCH_API_KEY }}
2222

2323
jobs:
2424
deploy:

0 commit comments

Comments
 (0)