From e23e308c805d8eec81582f918b0a03e548c093c9 Mon Sep 17 00:00:00 2001 From: Debian Date: Mon, 5 Jan 2026 03:45:14 +0000 Subject: [PATCH] Update CLAUDE.md: Claude should auto-deploy after push 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3ee75b1..371c15a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,8 +4,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## 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"` +- CI builds take **less than 1 minute** +- **After pushing changes, Claude should automatically:** + 1. Wait ~1 minute for CI to complete + 2. 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