forked from mcasperson/OctopusRecommendationEngine
-
Notifications
You must be signed in to change notification settings - Fork 5
OctoLintTooManySteps
Matthew Casperson edited this page Mar 16, 2023
·
1 revision
OctoLintTooManySteps
returns a warning if project contains a deployment process contains more than 20 steps.
Complex deployments can often involve many steps. But when deployment processes include too many steps, they can become brittle and hard to manage.
Consider if environment specific deployment steps can be moved into runbooks or separate projects.