Skip to content

Instantly share code, notes, and snippets.

@kidsil
Created April 22, 2020 09:19
Show Gist options
  • Save kidsil/dd8afc1cf61d4ed066af94abc7380052 to your computer and use it in GitHub Desktop.
Save kidsil/dd8afc1cf61d4ed066af94abc7380052 to your computer and use it in GitHub Desktop.
Deploy a website to S3 with AWS CLI (one line)
aws s3 cp FOLDER_NAME_OR_DOT s3://BUCKET_NAME --profile OPTIONAL_AWS_PROFILE --recursive --acl public-read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment