File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments