From c977e1bd08b3f7409e816b22898c51247db6f646 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 1 Apr 2025 19:17:38 +0200 Subject: [PATCH] readme adjustments --- backend/deployment | 2 +- frontend/README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/deployment b/backend/deployment index 904f16b..718df09 160000 --- a/backend/deployment +++ b/backend/deployment @@ -1 +1 @@ -Subproject commit 904f16bfc0624b6ab8569e0a70050aaa3bd64b3f +Subproject commit 718df09e88b63c9524c882ccbb8247ca1448d3ff diff --git a/frontend/README.md b/frontend/README.md index 6c268f0..dc91aeb 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -52,10 +52,9 @@ bundle exec fastlane ``` This is reused in the CI/CD pipeline to automate the deployment process. -Secrets used by fastlane are stored as repository. ## Secrets -These are mostly used by the CI/CD pipeline to deploy the application. The main usage for github actions is documented under [https://github.com/hashicorp/vault-action](https://github.com/hashicorp/vault-action). +These are used by the CI/CD pipeline to deploy the application. **Platform-specific secrets** are used by the CI/CD pipeline to deploy to the respective app stores. - `ANDROID_GOOGLE_MAPS_API_KEY` is used to authenticate with the Google Maps API and is scoped to the android platform