Sha256: a2493e23611a3a3bd7f9803ffa69fbfccd5d7bfbfa6c4b93274a7d23b9d4022c
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 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). ## 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.0 | README.md |