1.0.0 • Published 5 years ago

hexo-deployer-ftput v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

FTP deployer plugin for Hexo

This plugin can upload your blog via ftp.

Usage

Install

npm install hexo-deployer-ftput --save

Configure

Add host, user, password and path to deploy in _config.yml.

deploy:
  - type: ftput
    host: host
    user: username
    pass: password
    remote: remote path(defalut: /)

This plugin is based on the promise-ftp project to upload files, so you can use the connect configuration in it.