Skip to content

Instantly share code, notes, and snippets.

@kylegalbraith
Created April 22, 2018 00:08
Show Gist options
  • Save kylegalbraith/8fb8622185c9ba6e2b163421c45f7ea8 to your computer and use it in GitHub Desktop.
Save kylegalbraith/8fb8622185c9ba6e2b163421c45f7ea8 to your computer and use it in GitHub Desktop.
build:
commands:
- npm build
post_build:
commands:
- aws s3 sync --delete . "s3://<your-static-website-bucket>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment