.NET 8 Templates migrated to use Kamal for deployments
All Identity Auth templates now use Kamal for deployments, simplifying the process of deploying .NET Apps to any Linux server.
This episode explores the shift in deployment strategy for .NET applications using the Kamal deployment tool.
Previously, a less streamlined process involving SSH and Docker Compose was used. Now, all Identity Auth templates utilize Kamal, a CLI tool simplifying deployments to any Linux server accessible via SSH. Kamal automates tasks such as reverse proxy setup and TLS certificate management.
The integration with GitHub Actions maintains CI/CD benefits while improving local management via Kamal's commands.