oliverdavies.uk/source/_daily_emails/2024-12-23.md
Oliver Davies 94839bc851 Add daily email for 2024-12-23
How many environments do you need?
2024-12-26 01:59:06 +00:00

743 B

title date permalink tags cta snippet
How many environments do you need? 2024-12-23 daily/2024/12/23/how-many-environments-do-you-need
software-development
git
deployments
~ How many environments do you have for your software application? How many do you need?

How many environments do you have for your software application, other than live/production?

Testing? Staging? UAT? Pilot? QA? Dev?

What do you use each one for?

What if you only had one pre-prod environment and production?

What if you only had production?

What if you only had one branch in your code repository?

No more merge conflicts.

No more confusion about which environment to test a change on.

How much simpler would that make things?