Skip to content

Commit

Permalink
Change language around deploy cadence (#624)
Browse files Browse the repository at this point in the history
* Change language around deploy cadence

* Update _articles/appdev-deploy.md

Co-authored-by: Joe <[email protected]>

* slight changes

---------

Co-authored-by: Joe <[email protected]>
  • Loading branch information
mitchellhenke and joevgreathead authored Dec 2, 2024
1 parent dd82dd3 commit c86cd63
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions _articles/appdev-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ 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
- We default to not deploying if we expect most of the team will be out on the day(s) following. Some examples are:
- Fridays
- Before a holiday
- Before a large part of the team is expected to be on leave

### Types of Deploys

Expand Down

0 comments on commit c86cd63

Please sign in to comment.