When I've built out the remaining functionality, I'll release the website to the world. I need to
- Upload the data to Google Cloud Storage,
- Refactor the flask configuration so the
ProductionConfig points to GCS,
- Refactor all file I/O to use
fsspec (gcsfs for ProductionConfig),
- Containerize the application with a
Dockerfile, and
- Set up continuous deployment off the master branch with cloud build.
When I've built out the remaining functionality, I'll release the website to the world. I need to
ProductionConfigpoints to GCS,fsspec(gcsfs forProductionConfig),Dockerfile, and