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.";