Web Deployment¶
Documentation for the ConstructiVision web deployment infrastructure and CI/CD pipeline.
Overview¶
This section covers the automated deployment pipeline that powers the ConstructiVision static website at simplestruct.com.
Contents¶
Quick Start¶
The deployment pipeline automatically deploys changes from the /webpage directory to AWS S3 and CloudFront whenever changes are pushed to the main branch.
Developer Workflow:
Make changes in
/webpageCommit and push to
mainGitHub Actions automatically deploys
Site updates at simplestruct.com
For detailed information on the architecture, authentication, and troubleshooting, see the Deployment Architecture documentation.