๐ Workflows
Standardized workflows for documentation, DevOps and infrastructure repositories.
๐งฉ Documentation Workflow
- Draft in Obsidian
- Sync via Syncthing
- Move to MkDocs repo
- Commit & push
- Server pulls changes
- MkDocs rebuilds site
๐งฉ DevOps Workflow
- Create feature branch
- Implement changes
- Commit frequently
- Push to remote
- Open PR
- Merge to main
- Trigger CI/CD
๐งฉ Infrastructure Workflow
- Infrastructure-as-code
- Git as the source of truth
- Every change must be versioned
- No manual edits on servers