|
|
|
|
|
by Lexarius
4996 days ago
|
|
Git (and Mercurial and friends) have event hooks that can be used for a variety of automation tasks. For instance, I have a repository that consists of Sphinx documentation for a project. When my webserver's copy of the repo receives new changesets, it updates to tip, builds the HTML and PDF targets, and if successful deploys them into the appropriate web-accessible locations. |
|