Commit c272530
ci: pass Vite env vars to deploy step so app-level rebuilds pick them up (#11125)
The Build and Deploy steps are separate CircleCI run steps, so inline env vars
in Build don't persist to Deploy. When lerna triggers each app's deploy script
(which re-runs npm run build internally), VITE_LD_CLIENT_ID and friends were
unset, producing a bundle with an empty LD client ID.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4835618 commit c272530
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
| |||
0 commit comments