Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit af598bc

Browse files
committed
fix: custom resources function
1 parent c0b2925 commit af598bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emd/cfn/shared/ecs_cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Resources:
295295
ecs_client.update_service(
296296
cluster=cluster_name,
297297
service=service_name,
298-
forceNewDeployment=True
298+
forceNewDeployment=True,
299299
response_data = {'Message': f"Forced new deployment for {service_name}"}
300300
)
301301

0 commit comments

Comments
 (0)