Configuring Environments

Once an environment is created, you can configure the following settings:
Name and Description: Provide a clear and meaningful name and description to help differentiate between environments.
Branches
Branch Source: The Git branch to pull code from.
Branch Destination: The Git branch where changes will be committed.
Examples
Production Environment
Branch Source:
main
ormaster
Branch Destination:
main
ormaster
(same as source)
Development Environment
Branch Source:
main
ormaster
Branch Destination:
dev
Connection Settings Set up the environment’s cloud connection (e.g., AWS or GCP) by selecting the appropriate configuration for that provider.
Last updated
Was this helpful?