@@ -20,6 +20,7 @@ Stroyprofit CRM is a Laravel 11 application for managing orders of building stru
## Development Notes
- Tests, Artisan commands, and related project checks should be run inside containers.
- Preferred commands: `make test` for tests and `docker compose exec app ...` for ad-hoc commands inside the application container.
+- Production is hosted on the `stroyprofit` SSH server in `/var/www/stroyprofit/data/dkr` (connect with `ssh stroyprofit`).
## Project Structure
```