Skip to content

meteor/hexo-s3-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published