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:

  1. Make changes in /webpage

  2. Commit and push to main

  3. GitHub Actions automatically deploys

  4. Site updates at simplestruct.com

For detailed information on the architecture, authentication, and troubleshooting, see the Deployment Architecture documentation.