Commit 355a042
committed
chore(ci): drop redundant server secrets from deploy build env
The Worker reads Supabase service role, Anthropic, Google Maps, and
ADMIN_SECRET at runtime from its own Cloudflare Variables and Secrets, so
injecting them at build time was redundant. Keep only NEXT_PUBLIC_*, which
Next.js must inline into the client bundle during the CI build.
https://claude.ai/code/session_01UcazDxsJCyZoTop3psfTY21 parent b2296a3 commit 355a042
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments