Commit b8d82cb
committed
feat: Auto-create .env.prod from GitHub secrets during deployment
- Automatically creates /opt/lecommit/frontend/.env.prod from GitHub secrets
- Eliminates need for manual file creation on production server
- Ensures secrets are always up-to-date on deployment
- Single source of truth for production environment variables
- Fixes 'no such file or directory' error during container startup1 parent 3005776 commit b8d82cb
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
64 | 83 | | |
65 | 84 | | |
66 | 85 | | |
| |||
0 commit comments