Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- component: frontend
dockerfile: production.dockerfile
args: |
"API_URL=${{ github.ref_name == 'dev' && 'https://circlesapi.devsoc.app' || 'https://circles-staging-api.devsoc.app' }}"
"API_URL=${{ github.ref_name == 'dev' && 'https://circlesapi.devsoc.app' || 'https://circlesstagingapi.devsoc.app' }}"
- component: backend
dockerfile: production.dockerfile
steps:
Expand Down
2 changes: 1 addition & 1 deletion backend/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def on_setup_and_shutdown(_app: FastAPI):
"http://frontend:3000",
"http://frontend:3001",
"https://circles.devsoc.app",
"https://circles-staging.devsoc.app",
"https://circlesstaging.devsoc.app",
"https://unilectives.devsoc.app",
"https://unilectives.staging.devsoc.app",
]
Expand Down
Loading