Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

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.

What is in web/

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.

Running it

docker compose up

Then open http://localhost:8080. There is no build step; the files are served as they are.

Deployment

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 /

Why there is no Dockerfile

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.

About

Throwaway repository for exercising the build, registry and deployment flow

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages