Demo: Future-Proof Your Platform’s CI/CD Without Developers Noticing a Thing (Except Unicorns and Rainbows)
- Event: Cloud Native Rejekts NA 2023
- Date: 2023-11-05
- Slides: TODO
- Download Dagger:
make bin/dagger
- Write some code (and tests)
- Build the app:
make build
- Run tests:
make test
- Run lint:
make lint
- Commit and push
Pro tip: Use dagger call ci
to run the entire CI pipeline locally.