From 35343ba08973aa43d152acf84f675138cbc3dd59 Mon Sep 17 00:00:00 2001 From: Ettore Ciarcia Date: Tue, 14 Nov 2023 22:12:15 +0100 Subject: [PATCH] feat: added article 14 --- content/posts/14-time-machine-ep4.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/posts/14-time-machine-ep4.md diff --git a/content/posts/14-time-machine-ep4.md b/content/posts/14-time-machine-ep4.md new file mode 100644 index 0000000..be56db1 --- /dev/null +++ b/content/posts/14-time-machine-ep4.md @@ -0,0 +1,22 @@ +--- +title: "How to deploy your website but it's 2015 - Time Machine Ep4" +date: 2023-11-14T22:06:47+01:00 +summary: "In this article, we will deploy our website as if it were 2015. We will use container, web servers and some old tools to hammer things out" +tags: [Time machine] +categories: [Just chatting] +weight: "889" +showToc: true +draft: true +cover: + image: "../img/13/cover.jpeg" +--- + +## Day 1 Playing with Docker + +## Day 2 Containerizing Our Website + +## Day 3 Deploying Our Website with Docker + +## Day 4 Reverse Proxy + +## Day 5 Hardening our site: HTTPS