Skip to content

Commit 1c21012

Browse files
authored
Update README.md
1 parent 43b8d26 commit 1c21012

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ TL;DR: Instead of checking in a new version of the submodule reference to, say,
33

44
# Dev Standards
55

6-
### Branch Strategy
7-
8-
* **main**: day to day work goes here. You must commit your feature branch here before deploying. If you're creating your own feature branch for new work, create from this.
9-
* **dev**: current code of the dev environment. No commits allowed directly; you'll need to open a PR from main. Committing/pushing here causes a deployment to the dev infrastructure.
10-
* **stage**: current code of the stage environment. No commits allowed directly; you'll need to open a PR from dev. Committing/pushing here causes a deployment to the stage infrastructure.
11-
* **prod**: current code of the prod environment. No commits allowed directly; you'll need to open a PR from stage. Committing/pushing here causes a deployment to the prod infrastructure.
12-
136
### GH Actions
147

158
See GitHub's actions tab in this repo for more deployment examples/steps.

0 commit comments

Comments
 (0)