Skip to content

Instantly share code, notes, and snippets.

@shigahi
Created September 7, 2018 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigahi/9012820285686c417894b93f6932ba34 to your computer and use it in GitHub Desktop.
Save shigahi/9012820285686c417894b93f6932ba34 to your computer and use it in GitHub Desktop.
version: 0.2
phases:
build:
commands:
- aws s3 sync ./ s3://$DESTINATION_BUCKET/ --delete --exclude "robots.txt" --region eu-central-1
- aws sns publish --topic-arn "$TOPIC_ARN" --message "Code deployed!! check at $GITHUB_URL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment