Commit 0306f49
fix: use --env-vars-file to avoid comma/URL parsing issues in gcloud
--set-env-vars chokes on commas inside CORS_ALLOWED_ORIGINS value.
Switched to --env-vars-file with a YAML file written at deploy time.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent bb14e17 commit 0306f49
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
45 | 56 | | |
46 | 57 | | |
47 | 58 | | |
| |||
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
60 | | - | |
| 71 | + | |
61 | 72 | | |
62 | 73 | | |
63 | 74 | | |
| |||
0 commit comments