From 088629d8f1072febfc5023e25b7b8dd8500b6707 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 27 Nov 2024 21:47:01 +0800 Subject: [PATCH] publish kamal post --- MyApp/_podcasts/2024-11-27_kamal-deployments.md | 1 - MyApp/_posts/2024-11-26_kamal-deployments.md | 1 - 2 files changed, 2 deletions(-) diff --git a/MyApp/_podcasts/2024-11-27_kamal-deployments.md b/MyApp/_podcasts/2024-11-27_kamal-deployments.md index 189f7c52..ec8a9424 100644 --- a/MyApp/_podcasts/2024-11-27_kamal-deployments.md +++ b/MyApp/_podcasts/2024-11-27_kamal-deployments.md @@ -4,7 +4,6 @@ summary: All Identity Auth templates now use Kamal for deployments, simplifying tags: [github-actions,docker,devops] url: https://media.servicestack.com/podcasts/kamal-deployments.mp3 media: {size:5227532,duration:1306.824000,format:mp3} -draft: true --- This episode explores the shift in deployment strategy for .NET applications using the [Kamal deployment](https://kamal-deploy.org/) tool. diff --git a/MyApp/_posts/2024-11-26_kamal-deployments.md b/MyApp/_posts/2024-11-26_kamal-deployments.md index 67d87129..e3752c3e 100644 --- a/MyApp/_posts/2024-11-26_kamal-deployments.md +++ b/MyApp/_posts/2024-11-26_kamal-deployments.md @@ -4,7 +4,6 @@ summary: All Identity Auth templates now use Kamal for deployments, simplifying tags: [github-actions,docker,devops] author: Darren Reid image: https://images.unsplash.com/photo-1494961104209-3c223057bd26?crop=entropy&fit=crop&h=1000&w=2000 -draft: true --- Since introducing GitHub Actions support to our templates, we've promoted the simplified deployments, focusing on tooling like SSH and Docker Compose to give the most portability to projects by default. This was partly inspired by the fact that cloud providers value offerings have been decreasing, especially over the last 5 years. We then showed in a [previous blog post how much money can be saved](/posts/hetzner-cloud) by considering the use of hosting providers like Hetzner (who we have been using for many years), and moved all our templates and live demos to Hetzner resulting in a roughly $0.50 per month cost per application.