From 283539f5e3ffde7a9c3d203bd1eed7e0b6ef9cfb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Sep 2024 00:02:40 +0100 Subject: [PATCH] Add daily email for 2024-09-12 When did you last deploy to production? --- source/_daily_emails/2024-09-12.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/_daily_emails/2024-09-12.md diff --git a/source/_daily_emails/2024-09-12.md b/source/_daily_emails/2024-09-12.md new file mode 100644 index 00000000..7165f9e4 --- /dev/null +++ b/source/_daily_emails/2024-09-12.md @@ -0,0 +1,21 @@ +--- +title: When did you last deploy to production? +date: 2024-09-12 +permalink: daily/2024/09/12/when-did-you-last-deploy-to-production +tags: + - software-development + - drupal-planet +cta: ~ +snippet: | + When did you last deploy a change to production? +--- + +If you've experienced issues or are worried about deploying changes to production, on a Friday or another day, when did you last deploy something? + +Can you make deployments smaller and more frequent? + +Deploying regularly makes each deployment less risky and having a smaller changeset makes it easier to find and fix any issues that arise. + +I'm much happier deploying to production if I've already done so that day, or at least that week. + +Any time more than that, or if the changeset is large, the more likely there will be issues and the longer it will take to resolve them.