Preview v0.2.1
Crucible Deployment
Model deployment orchestration with health checking and rollback
Stats & Info
- Latest release: v0.2.1
- Recent downloads: 138
- All-time downloads: 138
- Maintainers: nshkrdotcom
Installation
Add crucible_deployment to your list of dependencies in mix.exs:
def deps do
[
{:crucible_deployment, "~> 0.2.1"}
]
endThen run:
mix deps.get