bedwardly-down / hexo-deployer-rsync

Rsync deployer plugin for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-deployer-rsync

Build Status NPM version

Rsync deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-rsync --save

Options

You can configure this plugin in _config.yml.

deploy:
  type: rsync
  host: <host>
  user: <user>
  root: <root>
  port: [port] # Default is 22
  delete: [true|false] # Default is true
  args: <rsync args>
  rsh: <remote shell>
  verbose: [true|false] # Default is true
  ignore_errors: [true|false] # Default is false
  • host: Address of remote host
  • user: Username
  • root: Root directory of remote host
  • port: Port
  • delete: Delete old files on remote host
  • args: Rsync arguments
  • rsh: Specify the remote shell to use
  • verbose: Display verbose messages
  • ignore_errors: Ignore errors

License

MIT

About

Rsync deployer plugin for Hexo.

License:MIT License


Languages

Language:JavaScript 100.0%