Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# labs/ci-cd
|
||||
|
||||
This folder is intended for CI/CD experiments such as pipeline layouts, validation jobs, artifact flows, and deployment automation patterns.
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A["ci-cd"] --> B["Build"]
|
||||
A --> C["Test"]
|
||||
A --> D["Package"]
|
||||
A --> E["Deploy"]
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The directory is currently a placeholder.
|
||||
- It provides a dedicated area for delivery automation concepts outside the main operations toolkits.
|
||||
Reference in New Issue
Block a user