Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Updating README.md #2

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions README.md
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

Ask Gruntwork Support for guidance on this if you have a subscription.