Skip to content

Commit 282a2c7

Browse files
committed
test
1 parent 3725a6d commit 282a2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Backend/app/services/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async def create_deploy(self, deploy: DeployCreateSchema, access_token: str, use
314314
logger.error(f"Error initializing or applying Terraform: {str(e)}")
315315
raise ValueError(f"Error initializing or applying Terraform: {str(e)}")
316316

317-
deploy_data["load_balancer_url"] = "http://flask-test-deploy-539b16f80973ca34.elb.us-east-1.amazonaws.com"
317+
deploy_data["load_balancer_url"] = "http://flask-test-deploy-39262c6833e2120f.elb.us-east-1.amazonaws.com"
318318
deploy_data["ecr_repo_url"] = "058264170818.dkr.ecr.us-east-1.amazonaws.com/flask-test-deploy-119636436"
319319

320320
# Start CodeBuild process

0 commit comments

Comments
 (0)