From 54d09bf788760c79a267fdf9d3713524f201447a Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 30 Jan 2026 20:32:32 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2026-01-30 20:32:32 --- content/post/how-I-deploy-application.md | 30 +++++++++++++++++++ ...maphore-ui-interface-ansible-terraform.md} | 0 2 files changed, 30 insertions(+) create mode 100644 content/post/how-I-deploy-application.md rename content/post/{16-semaphore-ui-interface-ansible-terraform.md => semaphore-ui-interface-ansible-terraform.md} (100%) diff --git a/content/post/how-I-deploy-application.md b/content/post/how-I-deploy-application.md new file mode 100644 index 0000000..d4e31f6 --- /dev/null +++ b/content/post/how-I-deploy-application.md @@ -0,0 +1,30 @@ +--- +slug: +title: Template +description: +date: +draft: true +tags: +categories: +--- +## Intro + +In this post, I'm not gonna tell you what are the good practices. I just want to point out how I'm deploying new application in my homelab. + +The idea is to make a kind of testimony, that at this point in time, I was doing that way. + +## Current Platform + + +I deploy using Docker whenever it is possible +I use a VM in my Proxmox cluster +Proxmox cluster composed of 3 nodes, highly available with a Ceph distributed storage +The + +## Deploy New Application + +## Update Application + + + +## Conclusion \ No newline at end of file diff --git a/content/post/16-semaphore-ui-interface-ansible-terraform.md b/content/post/semaphore-ui-interface-ansible-terraform.md similarity index 100% rename from content/post/16-semaphore-ui-interface-ansible-terraform.md rename to content/post/semaphore-ui-interface-ansible-terraform.md