Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 645 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 645 Bytes

dbt-docs-s3-upload

A proof-of-concept dbt project that deploys dbt docs sites on S3 for each branch. For example, opening a branch feature-add-x deploys a docs site on AWS called dbt-feature-add-x-bucket with the changes in the branch.

To use, add AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to repository secrets (Settings > Secrets > Actions).

For example, see PR #3.

Contributing

To submit a feature request, submit an issue. To fix an existing issue, fork and open a pull request.

Comments/questions welcome!