From 64a8462784b49bd3dab2322e46ebe92ae5832cba Mon Sep 17 00:00:00 2001 From: Debian Date: Mon, 5 Jan 2026 03:35:09 +0000 Subject: [PATCH] Add CI/CD notes to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e37aeca..3ee75b1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## CI/CD Notes + +- CI builds take **less than 1 minute** - wait for completion then pull/recreate container +- After pushing, wait ~1 min then run: `ssh whale "docker pull gitea.voyager.sh/nick/kuma-strapper:latest && cd /opt/docker/kuma-strapper && docker compose up -d --force-recreate"` + ## Build & Run Commands ### Docker (Production)