0.0.2 • Published 7 years ago

@cni-interactive/s3-deploy v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Simple cli for copying a directory to an S3 bucket configured via the following environment variables

AWS_S3_STAGING AWS_S3_LIVE AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY AWS_REGION

example usage:

this moves the contet of a dist folder to test/ location on S3 ... deploy-to-s3 --target test/

this moves the contet of a dist folder to live-build/ location on S3 ... deploy-to-s3 --source ./build --target live-build/

0.0.2

7 years ago

0.0.1

7 years ago