nanoc-git
This provides a Git deployer for nanoc.
Maintained by lifepillar.
Installation
gem install nanoc-git
Usage
Example configuration for the Git deployer:
deploy:
default:
kind: git
remote: [email protected]:myself/myproject.git
branch: gh-pages
forced: true
The following configuration options are available:
remote(defaultorigin): the Git remote to deploy tobranch(defaultmaster): the Git branch to deployforced(defaultfalse): Whether or not to push with--force
