From b031a56ab64f3c7fe400c87d20f9786f86471e22 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 10 Apr 2026 10:45:51 -0400 Subject: [PATCH] Remove blue-green deploy strategy for faster deploys Co-Authored-By: Claude Opus 4.6 (1M context) --- fly.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/fly.toml b/fly.toml index fc5f616..61103cc 100644 --- a/fly.toml +++ b/fly.toml @@ -8,9 +8,6 @@ primary_region = 'iad' [build] -[deploy] -strategy = "bluegreen" - [http_service] internal_port = 8000 force_https = true