Skip to content

Commit

Permalink
chore: Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 26, 2024
1 parent 3ee8966 commit c96cd4b
Showing 1 changed file with 16 additions and 4 deletions.
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.

0 comments on commit c96cd4b

Please sign in to comment.