0.0.1 • Published 10 years ago

hexo-deployer-rsyncc v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hexo-deployer-rsyncc

A more configurable rsync deployer for hexo.

Usage

Install

$ npm install hexo-deployer-rsyncc --save

Enable

Add hexo-deployer-rsyncc to plugins in your _config.yml.

plugins:
- hexo-deployer-rsyncc

Configure

Configure the following options in _config.yml or some separate file (default: rsync.json).

  • host
  • user
  • root
  • port (optional, default: 22)
  • delete (optional, default: true)

Options from _config.yml override those loaded from rsync.json. You can load a different config file from the default with the config_file option.