From ba2c9b7e3b15775e62dd4776dad50b0908bc1ec6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Sep 2024 22:42:20 +0100 Subject: [PATCH] Add daily email for 2024-09-11 Do you deploy on Fridays? --- source/_daily_emails/2024-09-11.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_daily_emails/2024-09-11.md diff --git a/source/_daily_emails/2024-09-11.md b/source/_daily_emails/2024-09-11.md new file mode 100644 index 000000000..501d39196 --- /dev/null +++ b/source/_daily_emails/2024-09-11.md @@ -0,0 +1,22 @@ +--- +title: Do you deploy on Fridays? +date: 2024-09-11 +permalink: daily/2024/09/11/do-you-deploy-on-fridays +tags: + - software-development + - drupal-planet + - devops +cta: d7eol +snippet: | + Do you deploy changes to production on Fridays? +--- + +Do you deploy changes to production on Fridays? + +Some people don't as they're worried about potential issues occurring over the weekend. + +When's the last time you did a deployment which caused a issue 24 or 48 hours later? + +In my experience, most issues are visible immediately or shortly after a deployment and not days later. + +Deploying on a Friday may not be as risky as you think.