Skip to content

Commit

Permalink
Amend prod-deploy-day-one: steps are be reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
ncjones committed Feb 24, 2024
1 parent cc4af79 commit 15b29e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/prod-deploy-day-one.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ benefits to newcomers: they get productive with code sooner and they get
exposed to the team's delivery tooling and culture. But maintaining such a
policy has other ongoing benefits for the whole team.

Delivering any change to production requires executing a sequence of steps. A
day-one change is like a tracer through those steps. It can highlight
bottlenecks in the developer onboarding process and the software delivery
pipeline.
Delivering any change to production requires executing a reproducible sequence
of steps. A day-one change is like a tracer through those all of the steps,
even the ones that are not repeated often. It can highlight bottlenecks in the
developer onboarding process and the software delivery pipeline.

A smoother local dev setup process helps the team to minimize the occurrence of
"works on my machine" type of issues and it lowers the bar for contributing to
Expand Down

0 comments on commit 15b29e8

Please sign in to comment.