Skip to content

ScottBishop/scottcbishop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple developer website for scottcbishop.com

Deployed with AWS S3, Cloudfront, Route 53, and Certificate Manager.

To deploy:

  1. Install aws command line client (if not already installed)
$ pip install awscli
  1. Sync project folder with s3 bucket (run from root website directory) and
$ aws s3 sync --acl public-read --sse --delete . s3://scottcbishop.com --exclude '.git/*' --exclude "README.md" --exclude ".DS_Store"
  1. Invalidate cloudfront cache so changes are reflected correctly.
$ aws cloudfront create-invalidation --distribution-id I2FQMQC4UT31T5 --paths '/*'

About

Simple developer website for scottcbishop.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published