3.0.0 • Published 7 months ago

hexo-deployer-rsync v3.0.0

Weekly downloads
94
License
MIT
Repository
github
Last release
7 months ago

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
  progress: [true|false] # Default is true
  args: <rsync args>
  rsh: <remote shell>
  key: <key>
  verbose: [true|false] # Default is true
  ignore_errors: [true|false] # Default is false
  create_before_update: [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
  • progress: Show rsync progress
  • args: Rsync arguments
  • rsh: Specify the remote shell to use
  • key: Custom SSH private key
  • verbose: Display verbose messages
  • ignore_errors: Ignore errors
  • create_before_update: First create non-existing files, then update existing files

License

MIT

3.0.0

7 months ago

2.0.0

1 year ago

1.0.0

5 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago