Services / Platform and cloud
Platform and cloud
Deploys are a thing people schedule around. Infrastructure changes are applied by hand, by whoever knows how, and nobody is certain what is running in production.
What the engagement is
- 01Put the infrastructure in code and the code in the pipeline.
- 02Make a deploy something that happens on merge, with a check that the deployed thing works.
- 03Close the obvious gaps first: access, secrets, and anything applied from a laptop.
What you are left with
A deploy nobody schedules around, and infrastructure you can read.