Commit caf7d57
Strip CR from env before TEE deploy
The eigenx TEE wrapper sources the deployed env before the app starts; a
stray CR in a secret value breaks that source step and the app exits
(Failed) regardless of image/method/flags — which matches every code
deploy failure. Strip \r when writing app.env; ENV_CODE also re-set from
the verified-clean local .env.deploy.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>1 parent df191fb commit caf7d57
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
0 commit comments