Build a website deployer with OCurrent

This is a tutorial on how to use existing OCurrent plugins to build a continuous deployment service for your website. It will be relatively simple, but the concepts should transfer nicely.

We will learn to:

To show the flexibility of this approach the site won't even be in OCaml, it will be a Gatsby website which uses Javascript and Node. But for good measure, we'll use cohttp-server-lwt as the web-server to run our static site just to show more flexibility.