> ## Documentation Index
> Fetch the complete documentation index at: https://docs-slidekit.theduomi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GCP tenancy deployment

> Run SlideKit inside your own GCP project using Cloud Run, Cloud SQL, GCS, and Secret Manager.

This page is being written. It will cover:

* Cloud Run service configuration (concurrency, autoscaling, VPC connector)
* Cloud SQL PostgreSQL setup with the Cloud SQL Auth Proxy or private IP
* GCS buckets for templates and generated outputs (`STORAGE_BACKEND=gcs`)
* Secret Manager wiring for the Aspose license, database URL, and Logo.dev token
* Artifact Registry image push workflow
* Optional API Gateway in front for external access

The repository's reference deployment was originally built on this shape; the existing manifests under `deploy/dev/service.yaml` and `deploy/prod/service.yaml` are working examples.
