Skip to content

Commit

Permalink
docs: add info about granting deploy configs permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Aug 22, 2024
1 parent d02ce3c commit 263a12c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ The download service is hosted in Cloud Run since it requires a custom Docker co

## Config Spreadsheet Deploy Addon

This is accomplished via Google Apps Scripts. An example script and json config can be found in the `src/apps-script` directory.
This is accomplished via Google Apps Scripts. An example script and json config can be found in the `src/apps-script` directory. This is accessible via the "Deployment" menu -> "Deploy Configs to..." item in both of the config spreadsheets.

Note that the Apps Scripts GCP project needs to be pointed at the same GCP project as the hosting project.

To grant someone access to be able to use the deploy script, add them to the "gcp-dts-ugrc-deq-enviro-admins@utah.gov" google group.

This [blog post](https://medium.com/geekculture/how-to-call-google-cloud-run-or-cloud-functions-from-apps-scripts-c0086289c965) was a good reference for setting it up.

0 comments on commit 263a12c

Please sign in to comment.