1.2.3 • Published 6 years ago

hexo-s3-deploy v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

1.2.3

6 years ago

1.2.2

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago