From 5b6a211583c4c6c282a652139a5174c511008a2e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 26 Jan 2026 16:55:29 +0000 Subject: [PATCH] docs: tighten fly private deployment steps --- docs/platforms/fly.md | 4 ++++ fly.private.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/platforms/fly.md b/docs/platforms/fly.md index 2b1e97483..dee731ea7 100644 --- a/docs/platforms/fly.md +++ b/docs/platforms/fly.md @@ -372,6 +372,10 @@ fly ips list -a my-clawdbot fly ips release -a my-clawdbot fly ips release -a my-clawdbot +# Switch to private config so future deploys don't re-allocate public IPs +# (remove [http_service] or deploy with the private template) +fly deploy -c fly.private.toml + # Allocate private-only IPv6 fly ips allocate-v6 --private -a my-clawdbot ``` diff --git a/fly.private.toml b/fly.private.toml index 153bf5434..6edbc8005 100644 --- a/fly.private.toml +++ b/fly.private.toml @@ -9,7 +9,7 @@ # # See https://fly.io/docs/reference/configuration/ -app = "clawdbot" +app = "my-clawdbot" # change to your app name primary_region = "iad" # change to your closest region [build]