17 lines
394 B
Markdown
17 lines
394 B
Markdown
# 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 TD
|
|
A["ci-cd"]
|
|
click A href "./" "ci-cd"
|
|
```
|
|
|
|
## Notes
|
|
|
|
- The directory is currently a placeholder.
|
|
- It provides a dedicated area for delivery automation concepts outside the main operations toolkits.
|