Deploy Info 2026 07 11

Path: codemode-gateway/scripts/deploy-info-2026-07-11.shRelative: scripts/deploy-info-2026-07-11.shSubproject: codemode-gatewayCategory: codemode-gateway
Lines: 53Bytes: 2,203Imports: 0Exports: 0

Content Preview

  1. #!/usr/bin/env bash
  2. # Focused deploy for the GET / info-endpoint addition (codemode-gateway).
  3. #
  4. # This is the B6 deploy sequence WITHOUT the D1 `migrations/0001_scrape_store.sql`
  5. # apply step: that migration was already applied during B6 (creates the
  6. # `scrape_pages` table, idempotent IF NOT EXISTS) and is unrelated to this
  7. # additive GET / route. In this environment the `wrangler d1 execute` OAuth path
  8. # returns Auth error code 10000 (cached OAuth lacks D1 scope), so re-running it
  9. # here only a