docs: fix README — Fly.io deploy pipeline has never worked, Vercel is the real one - #12
Merged
Merged
Conversation
Every run of .github/workflows/deploy.yml has failed since it was added — FLY_API_TOKEN was never set as a GitHub secret, so flyctl deploy fails immediately with "no access token available". red-alert.fly.dev doesn't even resolve. Meanwhile the app has been live and auto-deploying on Vercel via its GitHub integration the whole time (undocumented — no vercel.json, just an Import Project connection), which is where real users actually reach it. Added a live-demo link, documented Vercel as what's actually running today, and relabeled the Fly.io section as prepared-but-not-connected rather than implying it's the live pipeline. Left the setup instructions intact since they're still valid for anyone who wants to finish connecting it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Every run of
.github/workflows/deploy.yml(Fly.io) has failed since it existed —FLY_API_TOKENwas never set as a GitHub Actions secret, soflyctl deployfails immediately with "no access token available".red-alert.fly.devdoesn't even resolve in DNS.Meanwhile the app has actually been live and auto-deploying this whole time via Vercel's GitHub integration (an Import Project connection with zero repo config — no
vercel.json), which is where real users reach it:https://red-alert-ten.vercel.app.Changes
Docs-only change, no code touched.
🤖 Generated with Claude Code