https://github.com/meteor/hexo-s3-deploy
https://github.com/meteor/hexo-s3-deploy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meteor/hexo-s3-deploy
- Owner: meteor
- Created: 2016-04-08T21:12:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T13:42:37.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T23:44:13.995Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hexo S3 deploy script
As used by the Meteor guide.
### Install
```
npm install --save-dev hexo-s3-deploy
```### Add a command
(in `package.json`):
```
"scripts": {
"deploy": "hexo-s3-deploy"
}
```### Run command
Set the env vars
```
AWS_KEY
AWS_SECRET
AWS_BUCKET
```or create a file `keys.json` with `key`, `secret`, and `bucket`
Then:
`npm run deploy`