Skip to content

Instantly share code, notes, and snippets.

@kylegalbraith
Last active May 18, 2018 17:59
Show Gist options
  • Save kylegalbraith/2cc8a2bd80ff1a286323e4153f96eef0 to your computer and use it in GitHub Desktop.
Save kylegalbraith/2cc8a2bd80ff1a286323e4153f96eef0 to your computer and use it in GitHub Desktop.
version: 0.2
phases:
install:
commands:
- echo "install step"
pre_build:
commands:
- echo "pre_build step"
build:
commands:
- aws s3 sync --delete . "s3://<your-static-website-bucket>"
post_build:
commands:
- echo "post_build step"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment