Skip to content

AvraamMavridis/deploy-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy-aws-s3

Simple script to deploy static website to s3

How to use:

const deploy = require('deploy-aws-s3');

deploy({
  accessKeyId: 'your access key',
  secretAccessKey: 'your secret key',
  s3BucketName: 'your bucket name',
  folderPath: 'your path to the folder of the static content e.g. ../build/'
})

About

Simple script to deploy a static website to s3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published