A throwaway repository for exercising the Project Graphite pipeline end to end: repository from template, registry entry, subdomain, live deployment.
It is deployed at test.project-graphite.com and is listed: false in the registry, so it never
appears on the portfolio.
2048 by Gabriele Cirulli, vendored unmodified under the
MIT licence (web/LICENSE.txt). It is here because it is a real, interactive, entirely static site
— which makes it obvious at a glance whether a deployment actually worked. None of it is my work.
docker compose upThen open http://localhost:8080. There is no build step; the files are served as they are.
kind: pages in the registry — Cloudflare Pages serves web/ directly. No build command, no
container, no host resources.
| Pages setting | Value |
|---|---|
| Root directory | web |
| Build command | (empty) |
| Output directory | / |
A static site does not need one. The image build and GHCR push path is exercised by
project-template instead; adding a Dockerfile here would build an image nothing deploys.