Project Builds
Last updated
Was this helpful?
Last updated
Was this helpful?
The Gallery build system has 3 major steps. First, gallery runs any pre-infrastructure build instructions indicated in deployment repositories. Then, Gallery spins up any infrastructure (including any terraform repositories/snippets), and finally, Gallery runs post infrastructure jobs from deployment repositories. To indicate the docker image used to build your deployment repositories, you can specify an image
field in your .gallery-deploy.yml
The pre-infrastructure build stages can be indicated in your file under the init_stages
section of the deploy file (for more information, see .
After the pre-infrastructure steps are completed, Gallery starts any infrastructure that is specified under your template. If you use , we add a .tfvars
file to your terraform repository to allow you to use Gallery-specific variables in your terraform configurations.
The post-infrastructure steps are used to deploy code to your newly created infrastructure. Take a look at the section for more information on the available environment variables.