Commit 3516796
fix: run prisma migrations on Railway startup instead of GitHub Actions (#121)
GitHub Actions can't reach Supabase direct DB connection (firewalled).
Move `prisma migrate deploy` into start:prod so it runs on Railway
where the DB is already reachable.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 737b529 commit 3516796
2 files changed
Lines changed: 1 addition & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 191 | | |
208 | 192 | | |
209 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments