Przejdลบ do treล›ci

๐Ÿ”„ Workflows

Standardized workflows for documentation, DevOps and infrastructure repositories.


๐Ÿงฉ Documentation Workflow

  1. Draft in Obsidian
  2. Sync via Syncthing
  3. Move to MkDocs repo
  4. Commit & push
  5. Server pulls changes
  6. MkDocs rebuilds site

๐Ÿงฉ DevOps Workflow

  1. Create feature branch
  2. Implement changes
  3. Commit frequently
  4. Push to remote
  5. Open PR
  6. Merge to main
  7. Trigger CI/CD

๐Ÿงฉ Infrastructure Workflow

  • Infrastructure-as-code
  • Git as the source of truth
  • Every change must be versioned
  • No manual edits on servers