Skip to content

Commit

Permalink
Merge pull request kevingrismore#10 from kevingrismore/stg
Browse files Browse the repository at this point in the history
readme formatting
  • Loading branch information
kevingrismore authored Mar 5, 2024
2 parents 0f8e0f7 + afa4ad0 commit 72b4eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is an advanced example for managing CI/CD across multiple Prefect workspaces.

The GitHub Actions workflows in this repo
The GitHub Actions workflows in this repo:
- create mirrored deployments across staging and prod workspaces
- which workspace flows are deployed to is determined by the branch that changes happen on: `stg` for staging, `main` for prod
- build and push docker images that do _not_ contain flow code, and are tagged like `:<commit-hash>-<environment>` to tie the code version and branch/env to image versions
Expand All @@ -16,4 +16,4 @@ This example demonstrates a monorepo approach with multiple projects, each proje
- its own flow(s)
- its own independently triggered GitHub Actions workflow

The configuration relies heavily rely on templating to make copy/pasting files when starting new projects or adding deployments easier.
The configuration relies heavily on templating to make copy/pasting files when starting new projects or adding deployments easier.

0 comments on commit 72b4eb4

Please sign in to comment.