readme adjustments

This commit is contained in:
Remy Moll 2025-04-01 19:17:38 +02:00
parent ac8bb3cbf4
commit c977e1bd08
2 changed files with 2 additions and 3 deletions
backend
frontend

@ -1 +1 @@
Subproject commit 904f16bfc0624b6ab8569e0a70050aaa3bd64b3f Subproject commit 718df09e88b63c9524c882ccbb8247ca1448d3ff

@ -52,10 +52,9 @@ bundle exec fastlane <lane>
``` ```
This is reused in the CI/CD pipeline to automate the deployment process. This is reused in the CI/CD pipeline to automate the deployment process.
Secrets used by fastlane are stored as repository.
## Secrets ## 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. **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 - `ANDROID_GOOGLE_MAPS_API_KEY` is used to authenticate with the Google Maps API and is scoped to the android platform