fix: correct typo in BASE_RECONCILE_URL parameter in DeploymentService
Updated the parameter name in the _start_deployment method to match the corrected constant in site_settings.py, ensuring consistency across the codebase. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
e41aa3d983
commit
5f3368cbdc
@ -165,7 +165,7 @@ class DeploymentService:
|
||||
async def _start_deployment(
|
||||
self,
|
||||
deployment: Deployment,
|
||||
reconsile_base_url: str = site_settings.BASE_RECONSILE_URL,
|
||||
reconsile_base_url: str = site_settings.BASE_RECONCILE_URL,
|
||||
) -> bool:
|
||||
"""
|
||||
Start the deployment
|
||||
|
||||
Loading…
Reference in New Issue
Block a user