Skip to main content
Deployments connect your GoRules projects to cloud storage, enabling you to publish rules for consumption by your applications.

Supported providers

Creating a deployment

  1. Go to Organisation settings → Deployments
  2. Click “Add deployment”
  3. Enter deployment details:
    • Name: Descriptive name (e.g., “Production S3”, “Staging Azure”)
    • Description: Optional details about the deployment
  4. Select a provider and configure credentials

AWS S3 configuration

Azure Storage configuration

Google Cloud Storage configuration

IAM authentication

All providers support IAM-based authentication, eliminating the need to store credentials in GoRules: AWS: Attach an IAM role to your GoRules compute instance with S3 permissions. Azure: Enable managed identity and grant Storage Blob Data Contributor role. GCS: Attach a service account with Storage Object Admin permissions.