summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-26 15:36:30 +0000
committerPaul Buetow <paul@buetow.org>2021-12-26 15:36:30 +0000
commit09a31648b4e2bf6610312986c90bd0b4f7e839e1 (patch)
tree7cab7557ed66381a494d37221baed1cb2412ed33 /gemfeed
parent4eda790a576ff1c547e1b2e22b0c0b233843b9bc (diff)
fix
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi
index 04a37c0b..c1fbe39a 100644
--- a/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi
+++ b/gemfeed/2021-12-26-how-to-stay-sane-as-a-devops-person.gmi
@@ -70,7 +70,7 @@ Security is a team sport. So slow down and make sure that everyone is on track w
### Don't rush to prevent errors
-Slowing down also helps to avoid errors. Don't rush it, even if the task you are working on is urgent. Try to be quick, but don't rush it. Maybe you are writing a script to mitigate a production issue. You could others peer review that script, for example. Their primary programming language may not be the same (e.g. Java vs Ruby), but they would understand the logic (Or let another DevOps person from your company with good scripting skills review your mitigation, but he then may lack the domain knowledge of the software you are patching.
+Slowing down also helps to avoid errors. Don't rush it, even if the task you are working on is urgent. Try to be quick, but don't rush it. Maybe you are writing a script to mitigate a production issue. You could others peer review that script, for example. Their primary programming language may not be the same (e.g. Java vs Ruby), but they would understand the logic. Or ask another DevOps person from your company with good scripting skills review your mitigation, but he then may lack the domain knowledge of the software you are patching.
=> ./2021-10-22-defensive-devops.gmi Read also "Defensive DevOps" about deploying mitigation scripts.