cal-itp/reports

migrate reports from netlify to GCS

Opened this issue · 0 comments

A sibling to cal-itp/data-analyses#849

The general steps would be:

  1. Create a new bucket and configure it as a GCP-hosted static site behind a load balancer; see this document created by the services team for gtfs.calitp.org
  2. Change the existing CI to write files to the bucket rather than deploy via netlify; this would involve replacing netlify deploy with gsutil rsync
  3. (Optional) Configure CI to allow deploys with a button (i.e. workflow dispatches) so empty PRs are not required to trigger actions