DIY Deployment // Built for fun
A simple, custom-built deployment engine. It lets you run builds on a VPS and host them directly from Cloudflare.
How it works
GitHub triggers a webhook when you push code. A Cloudflare Worker catches it, checks the signature, and tells the VPS to start building.

The VPS spins up a fresh, isolated container to build your code. It keeps the build sandboxed so it doesn't crash the server or eat up all your RAM.

Once the build finishes, the assets are pushed straight to Cloudflare R2 storage. When people visit your site, Cloudflare serves the files directly so your VPS doesn't have to do any heavy lifting.
