From c532ce4f0da5587fa6762cb123f07a57c012fe3e Mon Sep 17 00:00:00 2001 From: Repinoid Date: Fri, 5 Jun 2026 18:28:16 +0400 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=BE=20=E2=80=94=20APK=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20ngi?= =?UTF-8?q?nx=20=D0=BD=D0=B0=D0=BF=D1=80=D1=8F=D0=BC=D1=83=D1=8E,=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20Flask?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.instructions.md b/.instructions.md index 8282a06..6e5ce3f 100644 --- a/.instructions.md +++ b/.instructions.md @@ -17,6 +17,7 @@ - Деплой: `ssh obdai.ru "cd /opt/elmer && git pull && sudo systemctl restart elmer"` - Сервис: `gunicorn -w 4 -b 127.0.0.1:8000 web.app:app` - Прокси: nginx :443 → :8000 +- **APK отдавать напрямую через nginx, НЕ через Flask/gunicorn:** `location = /elmer.apk { alias /opt/elmer/web/static/app-debug.apk; }` ### APK - Сборка: **автоматически GitHub Actions** при пуше в master