Changed title
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 53s

This commit is contained in:
Asher 2025-03-02 18:33:28 +00:00
parent 9044f7a8d7
commit 4c5e62f0b3

View File

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