docs(claude): adaugă detalii deploy SSH în CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 21:33:41 +00:00
parent b49580ed76
commit 34ac5a6169

View File

@@ -6,6 +6,23 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
This is the Romfast company website (2025 version), a Romanian ERP software company. The site promotes ROA (Romfast Applications) - their ERP system for business management including accounting, inventory, HR, and specialized modules for automotive service and HORECA industries. This is the Romfast company website (2025 version), a Romanian ERP software company. The site promotes ROA (Romfast Applications) - their ERP system for business management including accounting, inventory, HR, and specialized modules for automotive service and HORECA industries.
## Deploy
Deploy se face prin SSH cu rsync pe A2 Hosting:
```bash
rsync -avz --exclude='.git' --exclude='.superdesign' --exclude='.claude' --exclude='verify-cleanup.sh' \
-e "ssh -p 7822" \
/home/moltbot/workspace/romfast-website/ \
romfastr@nl1-ss18.a2hosting.com:~/public_html/
```
- **Host:** nl1-ss18.a2hosting.com
- **Port:** 7822
- **User:** romfastr
- **Document root:** `~/public_html/`
- **Autentificare:** cheie SSH (fără parolă)
## Development Commands ## Development Commands
### Website Development ### Website Development