Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fostermh committed Apr 4, 2024
1 parent 69a31dc commit 28335e7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ We use a GitHub Actions workflow named `firebase-deploy` for deploying Firebase

The workflow utilizes the following secrets to create the virtual `.env` file for the deployment process:

- `GMAIL_USER`
- `GMAIL_PASS`
- `AWS_REGION`
- `AWS_ACCESSKEYID`
- `AWS_SECRETACCESSKEY`
- `GITHUB_AUTH`
- `GMAIL_USER` notifications
- `GMAIL_PASS` notifications
- `AWS_REGION` used for amazon translate service access
- `AWS_ACCESSKEYID` used for amazon translate service access
- `AWS_SECRETACCESSKEY` used for amazon translate service access
- `GITHUB_AUTH` used to push to github pages branch and other github action type stuff
- `REACT_APP_DEV_DEPLOYMENT` used to switch between development and production databases. Default False, set to True to use Dev database
- `REACT_APP_GOOGLE_CLOUD_API_KEY` found at https://console.cloud.google.com/apis/credentials?project=cioos-metadata-form
- `REACT_APP_GOOGLE_CLOUD_API_KEY_DEV` found at https://console.cloud.google.com/apis/credentials?project=cioos-metadata-form-dev

### Using Parameterized Configuration in Firebase Functions

Expand Down

0 comments on commit 28335e7

Please sign in to comment.