Skip to content

Commit e466cd3

Browse files
authored
update hosting urls (#1779)
1 parent 0aa2fd1 commit e466cd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ permissions:
1515

1616
env:
1717
NODE_OPTIONS: "--max-old-space-size=8192"
18-
CP_WEB_URL: https://cloud.rxc.app/
19-
CP_BACKEND_URL: https://f188e2cd-51fb-4b29-b546-2ce4b9efc5d5.fly.dev/
18+
CP_WEB_URL: https://flexgen-dev.reflex.dev/
19+
CP_BACKEND_URL: https://flexgen-dev.reflex.dev/
2020

2121
jobs:
2222
deploy:

.github/workflows/deploy-stg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ permissions:
1515
env:
1616
NODE_OPTIONS: "--max-old-space-size=8192"
1717
FLY_API_TOKEN: ${{ secrets.STG_FLY_API_TOKEN }}
18-
CP_WEB_URL: https://cloud.reflexcorp.run/
19-
CP_BACKEND_URL: https://29f4f535-4fb8-48b9-8b55-2000f2782aee.fly.dev/
18+
CP_WEB_URL: https://flexgen-staging.reflex.dev/
19+
CP_BACKEND_URL: https://flexgen-staging.reflex.dev/
2020

2121
jobs:
2222
deploy:

0 commit comments

Comments
 (0)