hexojs / hexo-deployer-ftpsync

FTP deployer for Hexo
MIT License
23 stars 16 forks source link
ftp-deployment hexo hexo-plugin

FTP deployer

Build Status NPM version

Deploy your site via FTP.

Install

$ npm install hexo-deployer-ftpsync --save

Usage

See https://hexo.io/docs/one-command-deployment#FTPSync

Warning

If the parameter clear is set to true, this plugin will delete all the files and directories on the remote server before uploading. Use this plugin in production at your own risk.