Skip to content

Commit 7e22715

Browse files
committed
Merge branch 'main' of https://github.com/tj-python/github-yaml-deploy into main
2 parents fede257 + 08ca1a0 commit 7e22715

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@
66
## Problem
77
Using [poly repositories](https://github.com/joelparkerhenderson/monorepo_vs_polyrepo#what-is-polyrepo) to manage projects ?
88

9-
This can introduce a number challenges one of which is maintaining consistency across multiple repositories for files like shared configurations in your organization without introducing git submodules or mono repositories which has a more complex deployment configuration.
9+
This can introduce a number challenges one of which is maintaining consistency across multiple repositories, for files like shared configurations without introducing git submodules or mono repositories which requires a more complex deployment configuration.
1010

1111

1212
> For example adding a github action or maintaing a consistent pull request template accross your organization.
1313
1414

15+
## Solution
16+
17+
`github-deploy` makes maintaining such configurations as easy as a single command.
18+
19+
1520
## Usage
1621

1722
### Creating or Updating files on github

0 commit comments

Comments
 (0)