Commit 72b538a
Add deploy_check marker to /api/v1/health for CD verification
Temporary canary field to confirm the staging pipeline deploys what
lands on the branch. Verify with:
curl https://api-stg-balsm-health.mosalam.com/api/v1/health | grep cd-canary
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Hshqj5eFfJNWCX6XNMxCh1 parent 9d41198 commit 72b538a
2 files changed
Lines changed: 15 additions & 1 deletion
File tree
- src/Balsm.API/Controllers
- tests/Balsm.API.Tests/Controllers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
31 | 44 | | |
32 | 45 | | |
33 | 46 | | |
| |||
0 commit comments