Deployment Model

From a code push to live Azure Static Web Apps environments

Code Push git push GitHub Actions CI trigger Build static output Azure SWA deploy Development PR / branch preview Production live release Legend External Backend Cloud

Pipeline

  • • A push triggers GitHub Actions
  • • The site builds to static output, deployed to Azure SWA

Environments

  • • Development previews PRs and branches
  • • Production is the live release