generator-s3
v0.2.0
Published
Yeoman generator to deploy a static site to S3 from Travis
Downloads
1
Maintainers
Readme
generator-s3
Yeoman generator to enable S3 deployments via Travis for static websites
Installation
First, install Yeoman and generator-s3
using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-s3
You also need to install Travis CLI
gem install travis
Then, go to your directory with your static site (we use my-s3-site
as an example)
cd my-s3-site
Finally, generate your Travis pipeline
yo s3
Example
Update example