Add GitLab pipeline status check to CLAUDE.md
This commit is contained in:
parent
9330782999
commit
8b4d0bdeb6
1 changed files with 14 additions and 0 deletions
14
CLAUDE.md
14
CLAUDE.md
|
|
@ -44,3 +44,17 @@ tmux-hosts
|
|||
```
|
||||
|
||||
**Important**: This is for read-only investigation only. Do not make changes to production systems.
|
||||
|
||||
## Deployment Status
|
||||
|
||||
Check GitLab pipeline status after pushing:
|
||||
|
||||
```bash
|
||||
# Get pipeline status via API (replace PIPELINE_ID)
|
||||
curl -s "https://git.unturf.com/api/v4/projects/engineering%2Fremarkbox%2Fremarkbox/pipelines/PIPELINE_ID"
|
||||
|
||||
# Or view in browser:
|
||||
# https://git.unturf.com/engineering/remarkbox/remarkbox/-/pipelines
|
||||
```
|
||||
|
||||
The pipeline status will show `"status":"success"` when deployment is complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue