From 34ac5a6169cccb2f6c3b3f61bd6604060b23ab9d Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Tue, 28 Apr 2026 21:33:41 +0000 Subject: [PATCH] =?UTF-8?q?docs(claude):=20adaug=C4=83=20detalii=20deploy?= =?UTF-8?q?=20SSH=20=C3=AEn=20CLAUDE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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