xecio-deployer-git

0.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0

Package Sidebar

Install

npm i xecio-deployer-git

Homepage

xec.io/

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • dww510