automated terminal push

This commit is contained in:
lenape
2025-08-06 04:42:15 +00:00
parent 64b967db54
commit 4bc59b5a34

View File

@@ -411,13 +411,15 @@ resource "aws_ecs_service" "app" {
# Blue/Green deployment configuration
deployment_configuration {
maximum_percent = 200
minimum_healthy_percent = 50
}
deployment_circuit_breaker {
enable = true
rollback = true
}
maximum_percent = 200
minimum_healthy_percent = 50
}
enable_execute_command = true