Skip to content

Commit

Permalink
add s3 deploy script and CODEOWNERS file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcarthur committed Nov 13, 2023
1 parent 05205b2 commit a925b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deploy.sh @cmcarthur
.github/* @cmcarthur
6 changes: 6 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

bundle install
bundle exec middleman build
aws s3 cp --recursive build/ s3://com.getdbt.hub/
aws cloudfront create-invalidation --distribution-id E39VJ0QVYMOHEU --paths *

0 comments on commit a925b4e

Please sign in to comment.