Use Git with Cloud Manager git-integration
Adobe Cloud Manager comes provisioned with a single Git repository that is used to deploy code using Cloud Manager’s CI/CD pipelines.
You can use Cloud Manager’s Git repository as provided, but you also have the option of integrating a customer-managed Git repository with Cloud Manager.
Git integration overview git-integration-overview
This video series explores several use cases when integrating a customer-managed Git repository with Cloud Manager, including:
The video series requires a foundational knowledge of Git and source control management. See the additional resources below for more details on Git.
The steps and naming conventions outlined in this video series represent some best practices for working with a customer-managed Git repository in Cloud Manager. It is expected that the conventions and workflows depicted are adapted for individual use cases.
Initial sync initial-sync
In this video, learn the first steps for synchronizing a customer-managed Git repository with Cloud Manager’s Git repository.
Basic branching strategy branching-strategy
In this video, learn basic branching strategies.
Feature branch development feature-development
Use a feature branch to isolate code changes in a customer-managed Git repository and synchronize with Cloud Manager’s Git repository to use a non-production pipeline for code quality and validation testing.
Production deployment production-deployment
Prepare code for a production release in a customer-managed Git repository and synchronize with Cloud Manager’s Git repository to deploy to stage and production environments.
Synchronize release tags sync-tags
To provide visibility into what code has been deployed to staging and production environments, synchronize release tags from a Cloud Manager Git repository into a customer-managed Git repository.