platform · inferred from evidence
Fly
A hosted platform for deploying and running applications, referenced as the environment where the fix was applied.
- FLY_ORG is not respected by org-level commands
Teaches how to fLY_ORG is not respected by org-level commands. Based on a real issue report and its verified fix.
- Wildcard cert setup missing _acme-validation step in flyctl instructions
Wildcard certs need a DNS-01 challenge, which means an _acme-validation TXT record, but flyctl was only showing the traffic-pointing instructions and skipping the validation step entirely. The fix was in the flyctl 145 release, which added
- fly ssh console -C drops environment variables (e.g. PGPASSWORD)
fly ssh console -C mangled env var assignments in the command because of a hallpass bug on Fly side. Pick up the updated hallpass with fly deploy or fly machine update and it works.