Simple developer website for scottcbishop.com
- Install aws command line client (if not already installed)
$ pip install awscli
- 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"
- Invalidate cloudfront cache so changes are reflected correctly.
$ aws cloudfront create-invalidation --distribution-id I2FQMQC4UT31T5 --paths '/*'