Skip to content

CI/CD

What problem this solves

Reliable builds/tests on every push so deployment becomes boring.

The approach

  • Run tests on PR
  • Build on merge
  • Deploy from main

Next iteration

Add preview deploys per PR.