You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a safe, documented configuration-repository template that anyone can generate into a private repository, then use the same template for Random Development's private delivery configuration.
flowchart LR
F[public ci-fleet] --> T[public config template]
T -->|generate| R[private RD config]
T -->|generate| U[another user's private config]
R --> F
U --> F
Outcome
Build a safe, documented configuration-repository template that anyone can generate into a private repository, then use the same template for Random Development's private delivery configuration.
Implementation: draft PR #13
Initial validation: Validate ci-fleet prototype #12
Standalone repository: RandomDevelopment/ci-fleet-config-template
Standalone validation: Validate configuration #1
Private desired-state configuration: evidence retained privately
Private desired-state initialization: evidence retained privately
Generated-config regression fix: ci-fleet PR #17
Public template deliverables
.gitignoreDogfood gate
RandomDevelopment/ci-fleet-config-templaterepository is createdHard rules
.envfiles are excluded.