Asp.net Zero Github
Having the source code on GitHub makes it easy for teams to conduct code reviews on the base framework level and ensures that every developer is working off the same "golden" version of the template. Transparency
┌─────────────────────────────┐ │ ASP.NET Zero GitHub │ │ (upstream) │ └──────────────┬──────────────┘ │ │ Fetch Updates ▼ ┌────────────────┐ Push/Pull ┌─────────────────────────────┐ │ Developer Local│ <──────────> │ Your Private Enterprise │ │ Workstation │ │ Repository (origin) │ └────────────────┘ └─────────────────────────────┘ Initializing Your Repository asp.net zero github
Use environment variables or combined with Azure Key Vault or AWS Secrets Manager for production deployments rather than committing credentials to your repository. Having the source code on GitHub makes it