From 4c5e62f0b3f66399123032f4208b9bc338e607b5 Mon Sep 17 00:00:00 2001 From: Asher Date: Sun, 2 Mar 2025 18:33:28 +0000 Subject: [PATCH] Changed title --- src/app/blog/posts/1/metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/posts/1/metadata.ts b/src/app/blog/posts/1/metadata.ts index 8a10300..2a0486f 100644 --- a/src/app/blog/posts/1/metadata.ts +++ b/src/app/blog/posts/1/metadata.ts @@ -1,2 +1,2 @@ -export const title = "docker compose deployment"; +export const title = "docker deployment"; export const description = "Recently I found myself wanting to deploy a docker-compose file to a server. I wanted to automate this process as much as possible, so I decided to write a shell script to do it. This post will go through the process of writing a shell script to deploy a docker-compose file to a server.";