0.1.0 • Published 5 years ago
@hauslo/pipeline-website-static v0.1.0
README
This modules expects aws secrets to be present in the environment (AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables with valid credentials).
Options
publicis the path from the resource to the website public root.publicdefaults to"public"(ex:"public","build/public").regionis the aws region to deploy to.regiondefaults to"eu-west-3".
Infra
The underlying terraform module can be found at https://github.com/hauslo/infra-website (can be tested locally)
Test
No test until @hauslo/pipeline@0.2.0
QA
npm run prettier
npm run prettier-apply
npm run lint
npm run lint-apply