Remove deploy instructions from CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-04 04:38:54 +02:00
parent dee8004465
commit 0213ba8485

View File

@@ -549,18 +549,7 @@ cd whm/gniza-whm/assets && npm install && npm run build:css
**Adding new CSS classes:** **Adding new CSS classes:**
1. Add the class to `assets/src/safelist.html` (since Tailwind can't scan `.cgi`/`.pm` files) 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` 2. Rebuild: `cd whm/gniza-whm/assets && npm run build:css`
3. Deploy the updated `gniza-whm.css` to the server 3. Commit the updated `gniza-whm.css`
### 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
```
### Repository ### Repository