Skip to content

Commit

Permalink
added deployment system definition
Browse files Browse the repository at this point in the history
  • Loading branch information
theantichris committed Mar 13, 2024
1 parent 3c32da0 commit bea0521
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions systems/deployment-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Deployment system

## Stocks

* Pull requests
* Ready commits
* Deployed commits
* Incidents
* Reverted commits

## Flows

* Code review rate
* Deploy rate
* Defect rate
* Recovery rate
* Debug rate

## System

* ___Pull requests___ are converted into ___ready commits___ based on ___code review rate___.
* ___Ready commits___ convert into ___deployed commits___ at ___deploy rate___.
* ___Deployed commits___ convert into ___incidents___ at ___defect rate___.
* ___Incidents___ are remediated into ___reverted commits___ at ___recovery rate___.
* ___Reverted commits___ are debugged into new ___pull requests___ at ___debug rate___.

0 comments on commit bea0521

Please sign in to comment.