diff --git a/CLAUDE.md b/CLAUDE.md index 26b28e2..07cd5b3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. +## 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 ### Website Development