From 5c978474b9b96f5b6474eef52c5f368206b153df Mon Sep 17 00:00:00 2001 From: Mitchell Henke Date: Wed, 27 Nov 2024 13:59:42 -0600 Subject: [PATCH] Change language around deploy cadence --- _articles/appdev-deploy.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/_articles/appdev-deploy.md b/_articles/appdev-deploy.md index c6e06e90..483027cc 100644 --- a/_articles/appdev-deploy.md +++ b/_articles/appdev-deploy.md @@ -13,14 +13,11 @@ A few notes on our deploy process. ### Cadence -**When to deploy:** ✅ -- Typically we do a full deploy twice weekly, on Tuesdays and Thursdays. - -**When _not_ to deploy:** ❌ -- We try to avoid deploying on Fridays, to minimize the chances of introducing a - bug and having to scramble to fix it before the weekend -- When the deploy falls on a holiday, or any other time when many team members are on vacation, such - as New Years / end of year. +- Most weeks, we plan to do a full deploy on Tuesday and Thursday. +- We are able to deploy at any time, but off-cycle deploys should be communicated with on-callers if possible +- However, we do try to avoid deploying on days when more people will be out. This includes: + - Fridays to minimize scrambling to fix before the weekend. + - Before holidays, or any other time when many team members are on vacation, such as New Years / end of year. ### Types of Deploys