Deliberate Lab consists of two major components: a backend served by Firebase, and a static frontend suitable for hosting on Google Cloud App Engine. Google Cloud Build can be used to deploy to these services (see #953), but doing so requires enabling various cloud services, establishing service accounts, defining/collecting secrets, and granting roles.
To codify these configuration details, we should investigate using Terraform to track our infrastructure requirements. This will simplify maintenance of Deliberate Lab's canonical deployment and serve third parties who wish to deploy their own standard or customized stacks.