Gallery
  • Introduction to Gallery
  • Getting Started
    • Link Your Cloud Provider
    • Create a Template
    • Build an Environment
  • Cloud Integrations
    • AWS
    • GCP
    • Other Cloud Providers
  • Gallery CLI
    • Setup
      • Installation
      • Authentication
  • Build System
    • Overview
    • Project Builds
      • Build Jobs
      • Build Stages
      • .gallery-deploy.yml Docs
    • Terraform
      • Variables
      • Mapping URLs/Configs
      • Using Cached Services
  • Cached Services
    • Overview
    • Defining Cached Services
  • Examples
    • Flask Elastic Beanstalk Quickstart
  • Resources
    • Environments
      • Managing your Environments
      • Environment Teardown
      • Environment Settings
Powered by GitBook
On this page

Was this helpful?

  1. Build System

Overview

PreviousAuthenticationNextProject Builds

Last updated 3 years ago

Was this helpful?

The Gallery build system has 3 major steps:

  1. Gallery runs any pre-infrastructure build instructions indicated in deployment repositories

  2. Gallery spins up any infrastructure (including anym repositories/snippets

  3. Gallery runs post infrastructure jobs from deployment repositories.

Take a look at the section of the documentation to learn about how to configure your application repositories to take advantage of Gallery, or look at the to learn about how to use Gallery for your infrastructure as code repositories. We'll be adding support for additio

terrafor
Project Builds
Terraform