Skip to content

Commit f976d0d

Browse files
authored
Revert "Chore: Hyphenate staging URL's for readability purposes (#1276)" (#1277)
This reverts commit 102233a.
1 parent 102233a commit f976d0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- component: frontend
2525
dockerfile: production.dockerfile
2626
args: |
27-
"API_URL=${{ github.ref_name == 'dev' && 'https://circlesapi.devsoc.app' || 'https://circles-staging-api.devsoc.app' }}"
27+
"API_URL=${{ github.ref_name == 'dev' && 'https://circlesapi.devsoc.app' || 'https://circlesstagingapi.devsoc.app' }}"
2828
- component: backend
2929
dockerfile: production.dockerfile
3030
steps:

backend/server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def on_setup_and_shutdown(_app: FastAPI):
3535
"http://frontend:3000",
3636
"http://frontend:3001",
3737
"https://circles.devsoc.app",
38-
"https://circles-staging.devsoc.app",
38+
"https://circlesstaging.devsoc.app",
3939
"https://unilectives.devsoc.app",
4040
"https://unilectives.staging.devsoc.app",
4141
]

0 commit comments

Comments
 (0)