Build Status

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 (default origin): the Git remote to deploy to
  • branch (default master): the Git branch to deploy
  • forced (default false): Whether or not to push with --force