@cni-interactive/s3-deploy
v0.0.2
Published
wrapper for the s3 library simplified with our defaults
Downloads
3
Readme
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/