1.0.0 • Published 7 years ago
hexo-deployer-ftput v1.0.0
FTP deployer plugin for Hexo
This plugin can upload your blog via ftp.
Usage
Install
npm install hexo-deployer-ftput --saveConfigure
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.
1.0.0
7 years ago