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-gatewayLines: 53Bytes: 2,203Imports: 0Exports: 0
Content Preview
- #!/usr/bin/env bash
- # Focused deploy for the GET / info-endpoint addition (codemode-gateway).
- #
- # This is the B6 deploy sequence WITHOUT the D1 `migrations/0001_scrape_store.sql`
- # apply step: that migration was already applied during B6 (creates the
- # `scrape_pages` table, idempotent IF NOT EXISTS) and is unrelated to this
- # additive GET / route. In this environment the `wrangler d1 execute` OAuth path
- # returns Auth error code 10000 (cached OAuth lacks D1 scope), so re-running it
- # here only a