0.0.4 • Published 8 years ago

xecio-deployer-git v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

xecio-deployer-git

Build Status NPM version Coverage Status Build status

Git deployer plugin for Xecio.

Installation

$ npm install xecio-deployer-git --save

Options

You can configure this plugin in _config.yml.

# You can use this:
deploy:
  type: git
  repo: <repository url>
  branch: [branch]
  message: [message]

# or this:
deploy:
  type: git
  message: [message]
  repo:
    github: <repository url>,[branch]
    gitcafe: <repository url>,[branch]
  • repo: Repository URL
  • branch: Git branch to deploy the static site to
  • message: Commit message. The default commit message is Site updated: {{ now('YYYY-MM-DD HH:mm:ss') }}.

Reset

Remove .deploy_git folder.

$ rm -rf .deploy_git

License

MIT