Commit 502f489
fix: resolve deploy failures for cq-demo-app-001 and cq-demo-app-004
- cq-demo-app-001: use npm install instead of npm ci (no lockfile)
- cq-demo-app-004: add root health endpoint for health check
- deploy-all.yml: increase health check timeout (sleep 60, retry 10)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 061cedd commit 502f489
3 files changed
Lines changed: 22 additions & 3 deletions
File tree
- .github/workflows
- cq-demo-app-001
- cq-demo-app-004/src/main/java/com/example/cqdemo/controller
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments