Skip to main content
Deploy Suga applications to GCP using Cloud Run, Cloud Storage, and Cloud CDN.

Platform-Specific Requirements

The exact setup steps (project creation, API enablement, IAM roles, etc.) depend on which Suga platform you’re using. Each platform has specific requirements documented in the platform browser.

Browse Platforms

View available platforms and their setup requirements
Generally, deployments to GCP will require the following.

Prerequisites

Quick Start

# Build your application
suga build

# Navigate to generated stack
cd terraform/stacks/my-app
Configure required variables:
terraform.tfvars
project_id = "my-gcp-project"
region = "us-central1"
Deploy:
terraform init
terraform apply

Complete Deployment Guide

See the full deployment workflow