From 4bc37108a33df92de3e063c14b8bc1b56915e863 Mon Sep 17 00:00:00 2001 From: Renee Li Date: Wed, 5 Aug 2026 21:47:06 -0400 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20DEPLOY-FLY.md=20=E2=80=94=20app=20n?= =?UTF-8?q?o=20longer=20lives=20in=20a=20personal=20Fly=20org?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The app was migrated to the shared org; point readers at fly status instead of naming a stale owner. Co-Authored-By: Claude Fable 5 --- DEPLOY-FLY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPLOY-FLY.md b/DEPLOY-FLY.md index 5fc4e71d..4ae62c64 100644 --- a/DEPLOY-FLY.md +++ b/DEPLOY-FLY.md @@ -10,7 +10,9 @@ VPN-gated ClickHouse cluster. - `flyctl` installed (`brew install flyctl`) - `fly auth login` complete - An app already created: `fly apps create --org ` - - The current production app is `mcp-clickhouse-unevenlabs` in the `personal` org + - The current production app is `mcp-clickhouse-unevenlabs`, migrated out of the + original personal org into the shared Fly org (`fly status -a mcp-clickhouse-unevenlabs` + shows the current owner) - The `app` field in `fly.toml` matches the app you created ## Required secrets From ab4f93325887a66882704c15b60aa7c2b035f9bb Mon Sep 17 00:00:00 2001 From: Renee Li Date: Wed, 5 Aug 2026 22:32:45 -0400 Subject: [PATCH 2/2] docs: name the actual Fly org (Relay, relay-539) Co-Authored-By: Claude Fable 5 --- DEPLOY-FLY.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DEPLOY-FLY.md b/DEPLOY-FLY.md index 4ae62c64..45164bb4 100644 --- a/DEPLOY-FLY.md +++ b/DEPLOY-FLY.md @@ -10,9 +10,8 @@ VPN-gated ClickHouse cluster. - `flyctl` installed (`brew install flyctl`) - `fly auth login` complete - An app already created: `fly apps create --org ` - - The current production app is `mcp-clickhouse-unevenlabs`, migrated out of the - original personal org into the shared Fly org (`fly status -a mcp-clickhouse-unevenlabs` - shows the current owner) + - The current production app is `mcp-clickhouse-unevenlabs` in the shared + Relay org (slug `relay-539`) - The `app` field in `fly.toml` matches the app you created ## Required secrets