From 8b4d0bdeb6bb14e5f85e5195bd86cb63979aee7a Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 29 Jan 2026 09:12:04 -0500 Subject: [PATCH] Add GitLab pipeline status check to CLAUDE.md --- CLAUDE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index aae2838..1af092f 100644 --- a/CLAUDE.md +++ b/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.