GitLab
Run Bluebricks CLI commands inside GitLab CI/CD pipelines to automate infrastructure deployments and package management.
Overview
Running Bluebricks in GitLab Pipelines
Basic Usage
include:
- component: $CI_SERVER_FQDN/bluebricks-dev/workflow/bluebricks@VERSION
inputs:
stage: plan
command: install
plan_only: true
file: deployment/infrastructure/bricks.yaml
api_key: $BLUEBRICKS_API_KEY
config_file: $BLUEBRICKS_CONFIGExample: Plan and Apply Workflow
Configuration Inputs
Required Inputs
Input
Description
Common Inputs
Input
Description
Default
Command-Specific Inputs
Install Command
Input
Description
Default
updateci Command
Input
Description
Default
bprint / bp Commands
Input
Description
Default
Authentication
Configuration File
Advanced Usage
Using Custom Flags
Using Variables in Inputs
Last updated
Was this helpful?

