Skip to content

Commit 093cfee

Browse files
committed
Create 2024-11-27_kamal-deployments.md
1 parent e43a287 commit 093cfee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: .NET 8 Templates migrated to use Kamal for deployments
3+
summary: All Identity Auth templates now use Kamal for deployments, simplifying the process of deploying .NET Apps to any Linux server.
4+
tags: [github-actions,docker,devops]
5+
url: https://media.servicestack.com/podcasts/kamal-deployments.mp3
6+
media: {size:5227532,duration:1306.824000,format:mp3}
7+
---
8+
9+
This episode explores the shift in deployment strategy for .NET applications using the [Kamal deployment](https://kamal-deploy.org/) tool.
10+
11+
Previously, a less streamlined process involving SSH and Docker Compose was used. Now, all Identity Auth
12+
templates utilize Kamal, a CLI tool simplifying deployments to any Linux server accessible via SSH.
13+
Kamal automates tasks such as reverse proxy setup and TLS certificate management.
14+
15+
The integration with GitHub Actions maintains CI/CD benefits while improving local management via Kamal's commands.
16+
The authors express enthusiasm for Kamal's ease of use and potential for community growth.
17+
18+
### Videos
19+
20+
:::youtube -mDJfRG8mLQ
21+
Use Kamal with GitHub Actions to deploy .NET Apps to any Linux server
22+
:::
23+
24+
### Links
25+
26+
- [Blog Post](/posts/kamal-deployments)

0 commit comments

Comments
 (0)