From a178c70375e5cf0361a56a1e4c336bf023b8efcc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 2 Jul 2026 18:59:12 +0200 Subject: [PATCH] Update docs --- docs/architecture.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/architecture.md b/docs/architecture.md index da4b5046..9e2bddcd 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -363,6 +363,13 @@ GitHub Push └─────────────┘ ``` +For the deployed prod env, the web app is updated on any push to main, the API is updated on a version increment in the +API [package.json](../backend/api/package.json) pushed to main, and the Android app is updated on a version increment +in [build.gradle](../android/app/build.gradle) pushed to main. + +For the deployed dev env, the web app is updated on any push to the deb branch and the API is updated manually by +running `./backend/api/deploy-api.sh dev`. + ### Environments | Environment | Web | API | GCP/Firebase project | Purpose |