Skip to main content
GitHub Actions workflows are provided in .github/workflows/:
WorkflowTriggerDescription
develop_findable(dev).ymlPush to developBuilds and deploys to the dev Azure App Service slot
3.1.0_findable(alpha).ymlPush to 3.1.0Builds and deploys to the alpha Azure App Service slot
Both workflows run npm install, npm run build (which builds shared, server, and client), and deploy the resulting artifact to Azure App Service. No .env file is involved — all runtime configuration comes from Azure App Service Application Settings.