Document Android run workflow
All checks were successful
build-and-deploy / build-deploy (push) Successful in 50s

This commit is contained in:
androidlover5842
2026-02-01 13:49:32 +05:30
parent 673a43db7d
commit 42d91cc09a

View File

@@ -198,3 +198,4 @@ Access / ops notes (prod)
- DB (dev): PostgreSQL `trisolaris` on `192.168.1.53:5432` (see `application-dev.properties` in the repo).
- DB access (server): `sudo -u postgres psql -d trisolaris`.
- Workflow: Always run build, commit, and push for changes unless explicitly told otherwise.
- Android workflow note: user always runs Shift+F10 in Android Studio to deploy updates.