Skip to content

Fix Supabase URL to production project#277

Merged
simonsmallchua merged 5 commits into
mainfrom
claude/awesome-kirch
Mar 22, 2026
Merged

Fix Supabase URL to production project#277
simonsmallchua merged 5 commits into
mainfrom
claude/awesome-kirch

Conversation

@simonsmallchua
Copy link
Copy Markdown
Contributor

@simonsmallchua simonsmallchua commented Mar 22, 2026

Summary

  • Fixed hardcoded preview Supabase project ID (wghbljatiwtavwejaiat) to production (gpzjtbgtdjxnacdfujvx) in fly.toml and .fly/review_apps.toml
  • This was causing storage upload failures on production (DNS lookup errors for the preview project)

Test plan

  • Deploy and confirm Fly logs no longer show wghbljatiwtavwejaiat DNS errors
  • Verify HTML storage uploads succeed on a crawl job

Summary by CodeRabbit

  • Chores
    • Updated environment configuration values for review apps and deployment
    • Updated GitHub Actions to latest versions across all continuous integration and deployment workflows

* Fix database linter advisories

* Add RLS on domain_hosts, jobs status index
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 09f01b92-0f09-4191-8e47-0d43ff9e47c1

📥 Commits

Reviewing files that changed from the base of the PR and between 9d8ebd4 and d464b50.

📒 Files selected for processing (8)
  • .fly/review_apps.toml
  • .github/workflows/auto-release.yml
  • .github/workflows/changelog-check.yml
  • .github/workflows/fly-deploy.yml
  • .github/workflows/review-apps.yml
  • .github/workflows/test.yml
  • .github/workflows/webflow-extension.yml
  • fly.toml

Walkthrough

This pull request updates Supabase environment URLs in deployment configuration files and bumps multiple GitHub Actions to newer major versions across CI/CD workflows. Configuration changes affect Supabase connectivity, whilst action upgrades include checkout, setup-go, setup-node, cache, linting, and artifact tools.

Changes

Cohort / File(s) Summary
Supabase Configuration
.fly/review_apps.toml, fly.toml
Updated SUPABASE_URL environment variable from https://wghbljatiwtavwejaiat.supabase.co to https://gpzjtbgtdjxnacdfujvx.supabase.co in both files.
GitHub Actions Version Bumps
.github/workflows/auto-release.yml, .github/workflows/changelog-check.yml
Updated actions/checkout (v4 → v6) and actions/github-script (v7 → v8).
GitHub Actions Version Bumps
.github/workflows/fly-deploy.yml, .github/workflows/review-apps.yml
Updated actions/checkout (v4 → v6), actions/setup-go (v5 → v6), and actions/github-script (v7 → v8) in review-apps.yml.
GitHub Actions Version Bumps
.github/workflows/test.yml
Updated multiple actions: actions/checkout (v4 → v6), actions/setup-go (v5 → v6), actions/cache (v4 → v5), golangci/golangci-lint-action (v7 → v8), actions/setup-node (v4 → v6), actions/upload-artifact (v4 → v6), and actions/download-artifact (v4 → v5).
GitHub Actions Version Bumps
.github/workflows/webflow-extension.yml
Updated actions/checkout (v4 → v6) and actions/setup-node (v4 → v6).

Possibly related PRs

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 Hop, hop! The versions rise so high,
From v4 to v6, we fly, fly, fly!
Supabase URLs dance to a new beat,
Workflows refreshed, our CI's complete! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title directly and accurately summarises the primary change: updating the Supabase URL from a preview project to the production project across configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/awesome-kirch

Comment @coderabbitai help to get the list of available commands and usage tips.

@supabase
Copy link
Copy Markdown

supabase Bot commented Mar 22, 2026

Updates to Preview Branch (claude/awesome-kirch) ↗︎

Deployments Status Updated
Database Sun, 22 Mar 2026 06:42:38 UTC
Services Sun, 22 Mar 2026 06:42:38 UTC
APIs Sun, 22 Mar 2026 06:42:38 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Configurations Sun, 22 Mar 2026 06:42:39 UTC
Migrations Sun, 22 Mar 2026 06:42:41 UTC
Seeding Sun, 22 Mar 2026 06:42:43 UTC
Edge Functions Sun, 22 Mar 2026 06:42:43 UTC

View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 22, 2026

🏷️ Release Preview

When this PR is merged, it will automatically create:

  • Version: v0.28.2 (patch release)
  • Tag: v0.28.2
  • GitHub Release: Pre-release with changelog content

The changelog will be updated and committed automatically.


💡 Tip: Update the changelog heading to control release type:

  • ## [Unreleased] or ## [Unreleased:patch] → patch release (default)
  • ## [Unreleased:minor] → minor release
  • ## [Unreleased:major] → major release

@github-actions
Copy link
Copy Markdown
Contributor

🐝 Review App Deployed!

Homepage: https://adapt-pr-277.fly.dev

📋 Test Features:

  1. Visit dashboard: https://adapt-pr-277.fly.dev/dashboard
  2. Test authentication and job creation flow
  3. Check dashboard functionality
  4. Verify database operations work correctly

🗄️ Database: Supabase preview branch
⚠️ Preview environment - app and database cleaned up when PR closes

@github-actions
Copy link
Copy Markdown
Contributor

🐝 Review App Deployed!

Homepage: https://adapt-pr-277.fly.dev

📋 Test Features:

  1. Visit dashboard: https://adapt-pr-277.fly.dev/dashboard
  2. Test authentication and job creation flow
  3. Check dashboard functionality
  4. Verify database operations work correctly

🗄️ Database: Supabase preview branch
⚠️ Preview environment - app and database cleaned up when PR closes

@simonsmallchua simonsmallchua merged commit f59688f into main Mar 22, 2026
11 checks passed
@simonsmallchua simonsmallchua deleted the claude/awesome-kirch branch March 22, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant