docs: tighten fly private deployment steps

This commit is contained in:
Peter Steinberger
2026-01-26 16:55:29 +00:00
parent b9643ad60e
commit 5b6a211583
2 changed files with 5 additions and 1 deletions

View File

@@ -372,6 +372,10 @@ fly ips list -a my-clawdbot
fly ips release <public-ipv4> -a my-clawdbot
fly ips release <public-ipv6> -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
```

View File

@@ -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]