-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
# GruntCon `pipelines-workflows` | ||
# Gruntwork Pipelines Workflows | ||
|
||
This is a demo repo showing part of the [Pipelines V3 architecture](https://www.notion.so/gruntwork/Pipelines-v3-69db3c6636034cb3bfc72afe235005f4?pvs=4) built during the 2024/02 GruntCon. | ||
These two workflows contain the encapsulated logic for the Gruntwork Pipelines CI/CD system. | ||
|
||
The `pipelines-workflows` repo is the repo that contains the shared workflows that are used throughout Gruntwork Pipelines. | ||
They are designed to integrate with the [Gruntwork Pipelines CLI](https://github.com/gruntwork-io/pipelines-cli). | ||
|
||
It has analogous workflows for those that are present in `infra-pipelines` in the V2 architecture. | ||
## Workflows | ||
|
||
### [pipelines-root.yml](./github/workflows/pipelines-root.yml) | ||
|
||
This workflow handles the CI/CD for deploying updates to infrastructure managed by the DevOps Foundations `infrastructure-live-root` repository. | ||
|
||
### [pipelines-delegated.yml](./github/workflows/pipelines-delegated.yml) | ||
|
||
This workflow handles the CI/CD for deploying updates to infrastructure managed by all the other repositories vended as part of DevOps Foundations. | ||
|
||
## Customization | ||
|
||
Coming soon... |