Sha256: ce9b59fe53936af12e65679abd1d3762c3aa50af0329122dc2872c2ba8664199
Contents?: true
Size: 740 Bytes
Versions: 1
Compression:
Stored size: 740 Bytes
Contents
[![Build Status](https://travis-ci.org/nanoc/nanoc-git.png)](https://travis-ci.org/nanoc/nanoc-git) # nanoc-git This provides a Git deployer for [nanoc](http://nanoc.ws). Maintained by [lifepillar](https://github.com/lifepillar). ## Compatibility Nanoc 4.0.0 or later. ## Installation `gem install nanoc-git` ## Usage Example configuration for the Git deployer: ```yaml deploy: default: kind: git remote: git@github.com: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`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nanoc-git-1.0.1 | README.md |