Skip to content

Commit eedf5e5

Browse files
authored
update cloud urls (#1559)
1 parent 6bf129e commit eedf5e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
env:
1717
NODE_OPTIONS: "--max-old-space-size=8192"
1818
CP_WEB_URL: https://cloud.rxc.app/
19-
CP_BACKEND_URL: https://cloud-f188e2cd-51fb-4b29-b546-2ce4b9efc5d5.fly.dev/
19+
CP_BACKEND_URL: https://f188e2cd-51fb-4b29-b546-2ce4b9efc5d5.fly.dev/
2020
DEV_TYPESENSE_HOST: ${{ secrets.DEV_TYPESENSE_HOST }}
2121
DEV_TYPESENSE_SEARCH_API_KEY: ${{ secrets.DEV_TYPESENSE_SEARCH_API_KEY }}
2222

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
NODE_OPTIONS: "--max-old-space-size=8192"
1717
FLY_API_TOKEN: ${{ secrets.STG_FLY_API_TOKEN }}
1818
CP_WEB_URL: https://cloud.reflexcorp.run/
19-
CP_BACKEND_URL: https://cloud-29f4f535-4fb8-48b9-8b55-2000f2782aee.fly.dev/
19+
CP_BACKEND_URL: https://29f4f535-4fb8-48b9-8b55-2000f2782aee.fly.dev/
2020
TYPESENSE_HOST: ${{ secrets.STG_TYPESENSE_HOST }}
2121
TYPESENSE_SEARCH_API_KEY: ${{ secrets.STG_TYPESENSE_SEARCH_API_KEY }}
2222

0 commit comments

Comments
 (0)