Skip to content

Jorge-eng/frontend-commit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend commit

Take everything and put it into a S3 bucket which will then be served through Cloudfront.

To use:

export AWS_ACCESS_KEY_ID='Your AWS access key id goes here'
export AWS_SECRET_ACCESS_KEY='Your AWS secret access key goes here'
python s3commit.py <static-folder> <s3-bucket> <project-name>

Marketing example:

export AWS_ACCESS_KEY_ID='Your AWS access key id goes here'
export AWS_SECRET_ACCESS_KEY='Your AWS secret access key goes here'
cd ~/frontend-commit
python s3commit.py ../marketing-website/static hello-cdn marketing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%