Skip to content

Instantly share code, notes, and snippets.

@shykes
Created January 30, 2026 02:43
Show Gist options
  • Select an option

  • Save shykes/b51fdeb01f71d22b7126e3097c957f63 to your computer and use it in GitHub Desktop.

Select an option

Save shykes/b51fdeb01f71d22b7126e3097c957f63 to your computer and use it in GitHub Desktop.

CI/CD Stack (Dagger Cloud)

flowchart TB
    API[GitHub API]
    DaggerCloud[Dagger Cloud]
    Dev[Developer Machine]
    DaggerLocal[Dagger Engine]
    Pipeline[Portable Pipeline Logic]

    API -->|sends events to| DaggerCloud
    Dev -->|runs| DaggerLocal
    DaggerCloud -->|runs| Pipeline
    DaggerLocal -->|runs| Pipeline
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment