Commit a258d51
ci: verify /v3/health after the /v3 route move (fixes dev deploy)
PR #10 moved every REST route under /v3 (health -> /v3/health) but left the deploy job's REST verify step curling $URL/health, which now 404s so curl --fail exits 22 and the dev deploy fails. Point it at /v3/health and also check /v3/version. These hit the *.run.app URL directly (no LB/ESP), so the bare-/v3 LB limitation does not apply here.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8b1381e commit a258d51
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
0 commit comments