mirror of https://github.com/jkjoy/sunpeiwen.git
21 lines
621 B
Markdown
21 lines
621 B
Markdown
# SFTP deployer
|
|
|
|
[![npm](https://img.shields.io/npm/v/hexo-deployer-sftp)](https://www.npmjs.com/package/hexo-deployer-sftp)
|
|
[![GitHub license](https://img.shields.io/github/license/lucascaro/hexo-deployer-sftp)](https://github.com/lucascaro/hexo-deployer-sftp/blob/master/LICENSE)
|
|
|
|
Deploy your site via SFTP.
|
|
|
|
## Install
|
|
|
|
```
|
|
$ npm install hexo-deployer-sftp --save
|
|
```
|
|
|
|
## Usage
|
|
|
|
See https://hexo.io/docs/one-command-deployment#SFTP
|
|
|
|
## Warning
|
|
|
|
This application will delete files and directories on the remote server to match the local machine. Use this application in production at your own risk.
|