jlongster / servable-branches

Manifest git branches on the filesystem to be served on the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The script takes a mirror of a git repository (git clone --mirror) and
updates & publishes each branch into a working directory on the
filesystem. The primary purpose of this is for serving each branch as
a unique website (branch1.site.com, branch2.site.com, etc.)

Currently, it even creates a web service for each branch so that it
can be served immediately. This makes it depend on runit, but it can
be generalized to work with any server setup.

About

Manifest git branches on the filesystem to be served on the web


Languages

Language:JavaScript 100.0%