docs: correct stale Vercel deploy claim (self-hosted now) - #106
Merged
Conversation
botsmann migrated off Vercel/Neon/Supabase-cloud on 2026-06-12 (commit b87efa3). Correct the stale stack table line. NOTE: vercel.json + scripts/deployment/deploy-monitor.sh + the .vercel.app README badge + app-code VERCEL_URL refs left intact — see PR description (vercel.json carries a live /api/rebuild cron that needs an off-Vercel home before removal). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Fixes the stale
Deployment | Vercelline in the README stack table — botsmann is self-hosted on Hetzner since the 2026-06-12 exit (b87efa3).vercel.jsoncarries a live daily cron (/api/rebuild,0 9 * * *). It was not reimplemented in GitHub Actions or systemd during the migration — so the daily rebuild has likely been silently dead since 2026-06-12. Deletingvercel.jsonwould cement that. Recommend: reimplement the cron (GH Actions scheduled workflow or a box systemd timer hitting/api/rebuild), then removevercel.json+scripts/deployment/deploy-monitor.sh.Livebadge still points atbotsmann.vercel.app— update to the real live domain once confirmed.VERCEL_URLreferences (base-URL detection) are runtime logic — left untouched on purpose.🤖 Generated with Claude Code