Wrapper around AWS cli to publish / update your static site to S3 + Cloudfront.
- ruby installed
- aws cli installed
- S3 public bucket created
- Cloudfront distribution created
- AWS profile added to your
~/.aws/credentials
- edit
config.rbspecifyingAWS_PROFILE_NAME,BUCKET_NAME, andCLOUDFRONT_DISTRIBUTION_ID
- copy your site's files into the
filesdirectory - run
raketo upload - there is no step 3 :D
Enjoy!
@makevoid