https://github.com/menci/hexo-deployer-upyun
UPYUN deployer for Hexo.
https://github.com/menci/hexo-deployer-upyun
Last synced: about 1 year ago
JSON representation
UPYUN deployer for Hexo.
- Host: GitHub
- URL: https://github.com/menci/hexo-deployer-upyun
- Owner: Menci
- License: gpl-3.0
- Created: 2016-12-04T09:50:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T04:56:51.000Z (over 5 years ago)
- Last Synced: 2025-04-17T18:12:16.565Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 22
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**For newer versions of Hexo, please use [hexo-deployer-upyun2019](https://github.com/abcdGJJ/hexo-deployer-upyun2019).**
**对于较新版本的 Hexo,请使用 [hexo-deployer-upyun2019](https://github.com/abcdGJJ/hexo-deployer-upyun2019)。**
# hexo-deployer-upyun
UPYUN deployer for Hexo.
```
npm install hexo-deployer-upyun --save
```
# Usage
Example configure:
```yaml
deploy:
type: upyun
bucket: bucket
operator: operator
password: password
endpoint: v0.api.upyun.com
secret: secret
try_times: 5
ignore_path_re:
dir: null
file: ".DS_Store$"
```