Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
23
source/_posts/2024-09-12.md
Normal file
23
source/_posts/2024-09-12.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
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
|
||||
cta: ~
|
||||
snippet: |
|
||||
When did you last deploy a change to production?
|
||||
drupal_planet: true
|
||||
---
|
||||
|
||||
If you've experienced issues or are worried about deploying changes to production, [on a Friday or another day][0], 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.
|
||||
|
||||
[0]: {{site.url}}/daily/2024/09/11/do-you-deploy-on-fridays
|
Loading…
Add table
Add a link
Reference in a new issue