From 0213ba84851e2466662fcaf1b9ba35728936f066 Mon Sep 17 00:00:00 2001 From: shuki Date: Wed, 4 Mar 2026 04:38:54 +0200 Subject: [PATCH] Remove deploy instructions from CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 53f2c80..2c1c9a4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -549,18 +549,7 @@ cd whm/gniza-whm/assets && npm install && npm run build:css **Adding new CSS classes:** 1. Add the class to `assets/src/safelist.html` (since Tailwind can't scan `.cgi`/`.pm` files) 2. Rebuild: `cd whm/gniza-whm/assets && npm run build:css` -3. Deploy the updated `gniza-whm.css` to the server - -### Deploying changes to a server - -Commit and push to git, then run the install script on the target server: -```bash -# From dev machine: push changes -git add -A && git commit -m "description" && git push - -# On target server: install/upgrade -curl -sSL http://192.168.100.100:3001/shukivaknin/gniza/raw/branch/main/scripts/install.sh | bash -``` +3. Commit the updated `gniza-whm.css` ### Repository